Skip to content

Commit

Permalink
emit an error when Cargo.lock has changed
Browse files Browse the repository at this point in the history
  • Loading branch information
amtoine committed Apr 13, 2024
1 parent b1656dc commit 201b3db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:

- run: make check

- name: Check Cargo.lock
run: if [[ -n $(git status --short Cargo.lock) ]]; then exit 1; fi

tests:
strategy:
fail-fast: true
Expand Down

0 comments on commit 201b3db

Please sign in to comment.