Skip to content

Commit eda887a

Browse files
committed
Update pre-commit hook to use ci-check.sh
1 parent 67e71d4 commit eda887a

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.husky/pre-commit

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
#!/bin/sh
22
. "$(dirname "$0")/_/husky.sh"
33

4-
cargo fmt --all -- --check
5-
cargo clippy -- -D warnings
6-
cargo test
7-
cargo build
4+
./ci-check.sh

0 commit comments

Comments
 (0)