Switch to git diff --exit-code

This commit is contained in:
Luc Perkins 2024-04-22 13:17:32 -03:00
parent c9a02f1141
commit 86cdba7a6e
No known key found for this signature in database
GPG Key ID: 16DB1108FB591835

View File

@ -17,7 +17,7 @@ jobs:
- run: nix develop --command pnpm install
- run: nix develop --command pnpm run all
- run: git status --porcelain=v1
- run: test $(git status --porcelain=v1 2>/dev/null | wc -l) -eq 0
- run: git diff --exit-code
run-test-suite:
name: Run test suite
strategy: