chore: fix husky path

This commit is contained in:
Kevin Franklin Kim 2022-03-24 11:14:44 +01:00
parent 54f43489f8
commit 9e219baefd

View File

@ -4,7 +4,7 @@ hooks:
- husky lint-staged
commit-msg:
# only execute if not in a merge
- if [[ -z $(git rev-parse -q --verify MERGE_HEAD) ]]; then bin/husky lint-commit; fi
- if [[ -z $(git rev-parse -q --verify MERGE_HEAD) ]]; then husky lint-commit; fi
lint-staged:
'*.go':