We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77615f0 commit b7dcb4cCopy full SHA for b7dcb4c
1 file changed
scripts/check.sh
@@ -8,6 +8,7 @@ cargo update && cargo upgrade || exit 1
8
9
echo " → Check & Test"
10
cargo check && cargo nextest run && cargo test --doc || exit 1
11
+cargo clippy || exit 1
12
13
echo " → Format"
14
cargo fmt || exit 1
0 commit comments