Skip to content

Bump eslint from 8.57.0 to 9.4.0 #38

Bump eslint from 8.57.0 to 9.4.0

Bump eslint from 8.57.0 to 9.4.0 #38

Workflow file for this run

name: JavaScript Lint
on: push
jobs:
run-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
- run: yarn install
- run: yarn lint