Skip to content

Bump eslint from 9.10.0 to 9.11.0 #54

Bump eslint from 9.10.0 to 9.11.0

Bump eslint from 9.10.0 to 9.11.0 #54

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