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 077da27
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: [[ -n $(git status --short) ]] && exit 1

tests:
strategy:
fail-fast: true
Expand Down

0 comments on commit 077da27

Please sign in to comment.