Upgrade packages and pre commit lint

This commit is contained in:
MartinBraquet
2026-02-19 15:43:32 +01:00
parent 52720d2520
commit f591cb13bb
9 changed files with 144 additions and 125 deletions

View File

@@ -25,12 +25,12 @@ jobs:
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Type check
run: npx tsc --noEmit
- name: Lint
run: yarn lint
- name: Type check
run: npx tsc --noEmit
- name: Run Jest tests
env:
NEXT_PUBLIC_FIREBASE_ENV: DEV