chore(action/bun): adding the check of norme / eslint

This commit is contained in:
Raphaël 2025-08-18 12:31:35 +02:00 committed by GitHub
parent 31a9d34d42
commit 92fa611884
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,8 +21,8 @@ jobs:
- name: Install dependencies (cached)
run: bun install --frozen-lockfile
- name: Check liniting
run: bunx eslint . --fix && bunx eslint .
run: bunx eslint . --max-warnings=0
- name: Check norme
run: bunx prettier --write . && bunx prettier --check .
run: bunx prettier --check .
- name: Build
run: bun run build