fix: prettier now fail instead of doing nothing
Some checks failed
CI / build (push) Failing after 5s

This commit is contained in:
Pierre Tellier 2025-02-09 15:57:40 +01:00
parent 0eab9a8063
commit a859871265

View File

@ -12,4 +12,4 @@ jobs:
- name: Run ESLint
working-directory: ./front/MyINPulse-front
run: npx prettier src --write
run: npx prettier src --check