mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-10 06:34:16 +00:00
other: update cargo husky pre-push hook
This commit is contained in:
parent
50768907ec
commit
5f29758e4c
1 changed files with 1 additions and 4 deletions
|
@ -4,11 +4,8 @@ set -e
|
||||||
|
|
||||||
echo "Running pre-push hook:"
|
echo "Running pre-push hook:"
|
||||||
|
|
||||||
echo "Checking fmt"
|
echo "Executing: cargo fmt --all -- --check"
|
||||||
cargo fmt --all -- --check
|
cargo fmt --all -- --check
|
||||||
|
|
||||||
echo "Executing: cargo clippy --all-targets --workspace -- -D warnings"
|
echo "Executing: cargo clippy --all-targets --workspace -- -D warnings"
|
||||||
cargo clippy --all-targets --workspace -- -D warnings
|
cargo clippy --all-targets --workspace -- -D warnings
|
||||||
|
|
||||||
# echo "Executing: cargo test"
|
|
||||||
# cargo test
|
|
||||||
|
|
Loading…
Reference in a new issue