Skip to content

chore(deps-dev): bump eslint-config-next from 14.2.5 to 15.0.1 #105

chore(deps-dev): bump eslint-config-next from 14.2.5 to 15.0.1

chore(deps-dev): bump eslint-config-next from 14.2.5 to 15.0.1 #105

Workflow file for this run

name: Code Quality checks
on: push
jobs:
quality:
name: ESlint and Prettier
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Run ESlint
run: npm run lint
- name: Check formatting with Prettier
run: npm run prettier