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.
1 parent 4f46242 commit 2d2e95fCopy full SHA for 2d2e95f
1 file changed
.justfile
@@ -26,6 +26,10 @@ lints:
26
27
# Checks for issues with dependencies
28
dependencies:
29
+ #!/usr/bin/env bash
30
+ set -euo pipefail
31
+ # workaround for: https://github.com/EmbarkStudios/cargo-deny/issues/854
32
+ unset GIT_WORK_TREE
33
cargo deny check
34
35
# Runs all unit tests. By default ignored tests are not run. Run with `ignored=true` to run only ignored tests
0 commit comments