Skip to content

Commit 6c8dc46

Browse files
GuillaumeGomezUrgau
authored andcommitted
Add CI check to ensure Cargo.lock was correctly updated
1 parent b8c60cf commit 6c8dc46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ jobs:
2222
- run: cargo fmt -- --check
2323
- run: cargo test
2424
- run: cargo clippy
25+
# Ensure that no untracked or tracked files have been added or modified.
26+
- run: git diff --check --exit-code

0 commit comments

Comments
 (0)