Skip to content

Bump eslint-config-next from 14.2.1 to 14.2.14 #33

Bump eslint-config-next from 14.2.1 to 14.2.14

Bump eslint-config-next from 14.2.1 to 14.2.14 #33

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