mirror of
https://github.com/NexVeridian/ark-invest-api-rust.git
synced 2025-09-02 01:49:11 +00:00
12 lines
183 B
Makefile
12 lines
183 B
Makefile
precommit:
|
|
cargo update
|
|
cargo check
|
|
cargo fmt
|
|
cargo t
|
|
cargo clippy --fix --allow-dirty
|
|
|
|
check:
|
|
cargo update
|
|
nix flake update
|
|
nix flake check
|
|
cargo clippy --fix --allow-dirty
|