Skip to content

Commit

Permalink
Change git diff logic
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins committed Apr 21, 2024
1 parent a273ea1 commit 38be605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Package
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

test-no-nix:
name: "Test: Nix not installed"
Expand Down

0 comments on commit 38be605

Please sign in to comment.