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