mirror of
https://github.com/chatmail/core.git
synced 2026-05-04 22:06:29 +03:00
Add scripts/deny.sh
This can be used to manually run `cargo deny` without specifying all the parameters manually. Similar to existing scripts/clippy.sh
This commit is contained in:
2
scripts/deny.sh
Executable file
2
scripts/deny.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
cargo deny --workspace --all-features check -D warnings
|
||||
Reference in New Issue
Block a user