8 lines
162 B
Plaintext
8 lines
162 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
# shellcheck source=./_/husky.sh
|
||
|
|
. "$(dirname "$0")/_/husky.sh"
|
||
|
|
|
||
|
|
"$(dirname "$0")/commit-msg.gerrit" "$@"
|
||
|
|
"$(dirname "$0")/commit-msg.commitlint" "$@"
|