Update bun.yml

This commit is contained in:
Raphaël 2025-08-18 12:15:42 +02:00 committed by GitHub
parent ee7239be06
commit 0768a2e4c9
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 .
run: bunx eslint . --fix && bunx eslint .
- name: Check norme
run: bunx prettier --check .
run: bunx prettier --write . && bunx prettier --check .
- name: Build
run: bun run build