Skip to content
#

githook

Here are 78 public repositories matching this topic...

x80486
x80486 commented Jul 9, 2020

Description

I started using rusty-hook recently. I have everything configured now, but I can't execute multiple commands for a given Git hook, for instance:

[hooks]
pre-commit = "cargo fmt -- --check"
pre-push = [
  "cargo test --all",
  "cargo build --release"
]

[logging]
verbose = true

That's what I'm trying to achieve, but the configuration file is invalid.

Improve this page

Add a description, image, and links to the githook topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the githook topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.