mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-22 04:03:06 +00:00
other: Change cargo-husky pre-push to stable
This commit is contained in:
parent
05b39d29ae
commit
548dda044c
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ set -e
|
|||
|
||||
echo "Running pre-push hook:"
|
||||
|
||||
echo "Executing: cargo +nightly clippy -- -D clippy::all"
|
||||
cargo +nightly clippy -- -D clippy::all
|
||||
echo "Executing: cargo clippy -- -D clippy::all"
|
||||
cargo clippy -- -D clippy::all
|
||||
|
||||
# echo "Executing: cargo test"
|
||||
# cargo test
|
||||
|
|
Loading…
Reference in a new issue