Skip to content

Bump eslint-config-next from 14.2.7 to 14.2.8 #399

Bump eslint-config-next from 14.2.7 to 14.2.8

Bump eslint-config-next from 14.2.7 to 14.2.8 #399

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]