Skip to content

Commit 2d2e95f

Browse files
committed
Add workaround for cargo-deny
Signed-off-by: Wiktor Kwapisiewicz <wiktor@metacode.biz>
1 parent 4f46242 commit 2d2e95f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.justfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ lints:
2626

2727
# Checks for issues with dependencies
2828
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
2933
cargo deny check
3034

3135
# Runs all unit tests. By default ignored tests are not run. Run with `ignored=true` to run only ignored tests

0 commit comments

Comments
 (0)