Skip to content

Commit

Permalink
Update diff checking
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins committed Apr 21, 2024
1 parent 01600b2 commit 2429933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- run: nix develop --command pnpm run build
- run: nix develop --command pnpm run package
- run: git status --porcelain=v1
- run: test $(git status --porcelain=v1 2>/dev/null | wc -l) -eq 0
- run: git diff --exit-code

run-x86_64-linux-clean:
name: Run x86_64 Linux (clean)
Expand Down

0 comments on commit 2429933

Please sign in to comment.