ark-invest-api-rust-data/justfile

6 lines
92 B
Makefile

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