Skip to content

Commit b38610e

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.justfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ lints:
2626

2727
# Checks for issues with dependencies
2828
dependencies:
29-
cargo deny check
29+
# workaround for: https://github.com/EmbarkStudios/cargo-deny/issues/854
30+
GIT_WORK_TREE= cargo deny check
3031

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

0 commit comments

Comments
 (0)