We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Cargo.lock
1 parent b8c60cf commit 6c8dc46Copy full SHA for 6c8dc46
.github/workflows/CI.yml
@@ -22,3 +22,5 @@ jobs:
22
- run: cargo fmt -- --check
23
- run: cargo test
24
- 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