mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-02 21:00:55 +00:00
15 lines
340 B
TOML
15 lines
340 B
TOML
[pre-commit]
|
|
parallel = true
|
|
|
|
[pre-commit.commands.build]
|
|
run = "cargo build --target x86_64-unknown-linux-gnu"
|
|
|
|
[pre-commit.commands.test]
|
|
run = "cargo test --target x86_64-unknown-linux-gnu"
|
|
|
|
[pre-commit.commands.fmt]
|
|
run = "cargo fmt --all -- --check"
|
|
|
|
[pre-commit.commands.clippy]
|
|
run = "cargo clippy --target x86_64-unknown-linux-gnu"
|