mirror of
https://github.com/chatmail/core.git
synced 2026-04-06 07:32:12 +03:00
This can be used to manually run `cargo deny` without specifying all the parameters manually. Similar to existing scripts/clippy.sh
3 lines
66 B
Bash
Executable File
3 lines
66 B
Bash
Executable File
#!/bin/sh
|
|
cargo deny --workspace --all-features check -D warnings
|