Skip to content

Bump eslint from 8.51.0 to 9.29.0 #617

Bump eslint from 8.51.0 to 9.29.0

Bump eslint from 8.51.0 to 9.29.0 #617

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/install-dependencies
- run: npm run style:check
- run: npm test