chore(bun/eslint): now using only eslint

This commit is contained in:
Raphaël 2025-08-18 14:49:42 +02:00 committed by GitHub
parent 561d3e92a6
commit 439ddab587
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,5 @@ jobs:
run: bun install --frozen-lockfile run: bun install --frozen-lockfile
- name: Check liniting - name: Check liniting
run: bunx eslint . --max-warnings=0 run: bunx eslint . --max-warnings=0
- name: Check norme
run: bunx prettier --check .
- name: Build - name: Build
run: bun run build run: bun run build