ci: try to fix format checker

This commit is contained in:
gauthier-th
2024-06-25 16:36:38 +02:00
committed by Gauthier
parent a46cdb3a4f
commit c5e35aad05

View File

@@ -39,7 +39,7 @@ jobs:
- name: Lint
run: pnpm lint
- name: Formatting
run: pnpm format:check
run: pnpm format:check --ignore-path .prettierignore
- name: Build
run: pnpm build