ark-invest-api-rust-data/Makefile

7 lines
107 B
Makefile

precommit:
rustup update
cargo update
cargo check
cargo fmt
cargo t
cargo clippy --fix --allow-dirty