mirror of
https://github.com/NexVeridian/ark-invest-api-rust.git
synced 2025-09-02 09:59:11 +00:00
fix: add Makefile
This commit is contained in:
parent
4a935992b0
commit
d1379df604
6 changed files with 288 additions and 332 deletions
14
Makefile
Normal file
14
Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue