13 lines
189 B
TOML
13 lines
189 B
TOML
|
[general]
|
||
|
directory = "hooked"
|
||
|
|
||
|
[[pre_commit]]
|
||
|
name = "Pre Commit 1"
|
||
|
command = "exit 0"
|
||
|
on_failure = "continue"
|
||
|
|
||
|
[[pre_commit]]
|
||
|
name = "Pre Commit 2"
|
||
|
script = "test.sh"
|
||
|
on_failure = "stop"
|