Add justfile for my pre-commit todo-list.

This commit is contained in:
Ethiraric 2024-01-24 01:11:53 +01:00
parent 06936742f2
commit 25644ffa93

6
parser/justfile Normal file
View file

@ -0,0 +1,6 @@
before_commit:
cargo clippy --release --all-targets -- -D warnings
cargo clippy --all-targets -- -D warnings
cargo build --release --all-targets
cargo build --all-targets
cargo test --release