ark-invest-api-rust/Makefile
2024-10-02 12:52:10 -07:00

14 lines
213 B
Makefile

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