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