Skip to content

Commit

Permalink
Fix hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
yavko committed Aug 12, 2022
1 parent 2609c1e commit 6e0045b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rusty-hook.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[hooks]
pre-commit = "cargo test"
pre-push = ["cargo clippy", "cargo doc", "cargo fmt --check"]
pre-push = "cargo clippy && cargo doc && cargo fmt --check"

[logging]
verbose = true

0 comments on commit 6e0045b

Please sign in to comment.