Skip to content

Bump eslint from 8.57.0 to 9.9.0 #364

Bump eslint from 8.57.0 to 9.9.0

Bump eslint from 8.57.0 to 9.9.0 #364

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches:
- master
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
python-version: "3.11.5"
- uses: actions/setup-node@v4
with:
node-version: "16"
cache: npm
- run: npm install
- uses: pre-commit/[email protected]