Skip to content

Commit

Permalink
fix: commitlint config
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchappell committed Nov 12, 2024
1 parent 530cab7 commit 298c6a5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lefthook.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
commit-msg:
scripts:
"commitlint.sh":
runner: bash
commands:
commitlint:
run: npx commitlint --edit $GIT_PARAMS
skip: CI == 'true'

0 comments on commit 298c6a5

Please sign in to comment.