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:
link2xt
2023-03-24 10:08:44 +00:00
parent eb5ddf270f
commit c84155cbd4
2 changed files with 4 additions and 0 deletions

2
scripts/deny.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
cargo deny --workspace --all-features check -D warnings