Skip to content

chore(deps-dev): bump @next/eslint-plugin-next from 14.2.5 to 14.2.15 #101

chore(deps-dev): bump @next/eslint-plugin-next from 14.2.5 to 14.2.15

chore(deps-dev): bump @next/eslint-plugin-next from 14.2.5 to 14.2.15 #101

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