Skip to content

Commit ab81eaf

Browse files
committed
chore: add a check.sh
1 parent 443bdc4 commit ab81eaf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

scripts/check.sh

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
set -euo pipefail
4+
5+
cargo fmt --check
6+
cargo clippy -- -D warnings
7+
cargo t

0 commit comments

Comments
 (0)