Skip to content

Commit

Permalink
stricter CI
Browse files Browse the repository at this point in the history
  • Loading branch information
arnetheduck committed Feb 2, 2024
1 parent dd146ed commit bf1ef34
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,9 @@ jobs:
- name: Check formatting
run: |
! ./nph --check tests/before || echo "Failed before check"
./nph --check tests/after || echo "Failed after check"
! ./nph --check tests/before
./nph --check tests/after
./nph src
git diff --exit-code || echo "Failed diff"
git diff --exit-code

0 comments on commit bf1ef34

Please sign in to comment.