Skip to content

Commit

Permalink
Merge pull request #19 from DeterminateSystems/git-diff-exit-code
Browse files Browse the repository at this point in the history
Switch to git diff --exit-code
  • Loading branch information
lucperkins authored Apr 22, 2024
2 parents 56a244c + 7947ade commit 001504d
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 @@ -25,7 +25,7 @@ jobs:
- name: Check git status
run: git status --porcelain=v1
- name: Ensure no staged changes
run: test $(git status --porcelain=v1 2>/dev/null | wc -l) -eq 0
run: git diff --exit-code

# Docs are hosted on Netlify but we should get feedback on that here in Actions as well
- name: Build docs
Expand Down

0 comments on commit 001504d

Please sign in to comment.