Skip to content

Commit

Permalink
Merge pull request #28 from andrzejressel/git-diff-exit-code
Browse files Browse the repository at this point in the history
Add git diff --exit-code to CI
  • Loading branch information
mergify[bot] committed Mar 10, 2024
2 parents d6f51ec + 9143729 commit 7136b22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ jobs:
./build.sh
- name: Run tests
run: cargo test --all --verbose
- name: Ensure no files have changed
run: git diff --exit-code

0 comments on commit 7136b22

Please sign in to comment.