fix: swap to justfile

This commit is contained in:
Elijah McMorris 2024-12-17 14:05:02 -08:00
parent d1379df604
commit 95669ff2c9
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8

12
justfile Normal file
View file

@ -0,0 +1,12 @@
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