Skip to content

chore: bump eslint from 8.57.1 to 9.37.0 #19

chore: bump eslint from 8.57.1 to 9.37.0

chore: bump eslint from 8.57.1 to 9.37.0 #19

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
lint:
name: Run Linter
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Run eslint
run: |
npm ci
npm run lint