Skip to content

Commit 87843e9

Browse files
committed
ci: replace combined quality job with separate biome checks
- Split the 'quality' matrix job into individual jobs for test, typecheck, lint, format:check, and test:e2e - This allows parallel execution and clearer failure identification for each check
1 parent a4b2fa9 commit 87843e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
strategy:
6262
fail-fast: false
6363
matrix:
64-
quality: [quality, test, test:e2e]
64+
quality: [test, typecheck, lint, format:check, test:e2e]
6565
name: Nix Flake CI
6666
runs-on: ubuntu-latest
6767
permissions:

0 commit comments

Comments
 (0)