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