Skip to content

Bump eslint from 8.6.0 to 8.38.0 #166

Bump eslint from 8.6.0 to 8.38.0

Bump eslint from 8.6.0 to 8.38.0 #166

Workflow file for this run

name: lint
on: [pull_request, workflow_dispatch]
jobs:
run_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
- run: npm install --production=false
- run: npm run lint