mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-04-08 17:05:59 +02:00
other: Change cargo-husky pre-push to stable
This commit is contained in:
parent
05b39d29ae
commit
548dda044c
@ -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…
x
Reference in New Issue
Block a user