Skip to content

Bump eslint-config-next from 15.1.5 to 15.1.6 (#292) #361

Bump eslint-config-next from 15.1.5 to 15.1.6 (#292)

Bump eslint-config-next from 15.1.5 to 15.1.6 (#292) #361

Workflow file for this run

---
name: Code Quality
on:
push:
branches:
- main
pull_request:
jobs:
run-lint:
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
statuses: write
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Installing dependencies
run: npm i --ignore-scripts
- name: Run ESLint
run: npm run lint