monkeytype/.husky/commit-msg

8 lines
268 B
Text
Raw Normal View History

2023-08-11 04:51:58 +08:00
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
if [ $(git branch --no-color | sed -e '/^[^*]/d' -e 's/* \(.*\)/\1/') = "master" ] && [ $(git remote get-url origin) = "https://github.com/monkeytypegame/monkeytype" ]; then
npx --no -- commitlint --edit ${1}
fi