Skip to content

Bump eslint from 8.57.0 to 9.2.0 #15

Bump eslint from 8.57.0 to 9.2.0

Bump eslint from 8.57.0 to 9.2.0 #15

Workflow file for this run

---
name: ci
on:
workflow_dispatch:
pull_request:
branches:
- main
jobs:
nextjs-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '21.7'
- name: Install dependencies
run: npm install
- name: Lint
run: npm run lint