Skip to content

Bump eslint from 9.3.0 to 9.4.0 #150

Bump eslint from 9.3.0 to 9.4.0

Bump eslint from 9.3.0 to 9.4.0 #150

Workflow file for this run

name: "lint"
on:
pull_request:
workflow_dispatch:
jobs:
# linting
linting:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm run lint