ci: run format:check

This commit is contained in:
2026-07-18 08:05:43 +02:00
parent 37e649efc3
commit 6a98a5e91c
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
node-version-file: .nvmrc
- run: npm ci
- name: Format code
run: npm run format
run: npm run format:check
- name: Typecheck
run: npm run typecheck
- name: Run test