We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67e71d4 commit eda887aCopy full SHA for eda887a
1 file changed
.husky/pre-commit
@@ -1,7 +1,4 @@
1
#!/bin/sh
2
. "$(dirname "$0")/_/husky.sh"
3
4
-cargo fmt --all -- --check
5
-cargo clippy -- -D warnings
6
-cargo test
7
-cargo build
+./ci-check.sh
0 commit comments