Skip to content

Bump eslint from 10.7.0 to 10.8.0 #44

Bump eslint from 10.7.0 to 10.8.0

Bump eslint from 10.7.0 to 10.8.0 #44

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v6
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm run check