Skip to content

chore: update local database #18

chore: update local database

chore: update local database #18

Workflow file for this run

name: eslint
on:
push:
paths:
- 'src/**'
- 'test/**'
pull_request:
paths:
- 'src/**'
- 'test/**'
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: actions/setup-node@main
with:
node-version: latest
- run: npm install
- run: npm run lint