blob: c1c96002153de57750144d578a8051909c5a1351 [file] [log] [blame]
Chris Kay10baee82020-12-09 14:12:48 +00001#!/bin/sh
2
3# shellcheck source=./_/husky.sh
4. "$(dirname "$0")/_/husky.sh"
5
6"$(dirname "$0")/commit-msg.gerrit" "$@"
Chris Kay98b26e32020-12-09 16:52:03 +00007"$(dirname "$0")/commit-msg.commitlint" "$@"