mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-22 16:51:20 +00:00
9 lines
220 B
Plaintext
9 lines
220 B
Plaintext
![]() |
#!/bin/sh
|
||
|
. "$(dirname "$0")/_/husky.sh"
|
||
|
|
||
|
# CaptainHook 5.10.0
|
||
|
|
||
|
INTERACTIVE="--no-interaction"
|
||
|
|
||
|
vendor/bin/captainhook $INTERACTIVE --configuration=captainhook.json --bootstrap=vendor/autoload.php hook:pre-push "$@" <&0
|