Skip to content

Commit b7dcb4c

Browse files
committed
feat(scripts/check): Add clippy check
1 parent 77615f0 commit b7dcb4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: scripts/check.sh

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ cargo update && cargo upgrade || exit 1
88

99
echo " → Check & Test"
1010
cargo check && cargo nextest run && cargo test --doc || exit 1
11+
cargo clippy || exit 1
1112

1213
echo " → Format"
1314
cargo fmt || exit 1

0 commit comments

Comments
 (0)