Skip to content

Upgrade ESLint to v10 #1

Upgrade ESLint to v10

Upgrade ESLint to v10 #1

Workflow file for this run

name: Linter
on:
pull_request:
paths:
- '**.js'
- '!archive/**'
jobs:
lint:
name: Run ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm install
- run: npm run lint