Skip to content

Commit

Permalink
chore: ⚙️ lefthookでcommitlintを走らせる
Browse files Browse the repository at this point in the history
  • Loading branch information
SnO2WMaN committed Aug 29, 2020
1 parent 7211c90 commit 42ec2da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lefthook.yml
@@ -1,7 +1,7 @@
# commit-msg:
# commands:
# lint-commit-msg:
# run: commitlint --edit
commit-msg:
commands:
commitlint:
run: commitlint --edit ./.git/COMMIT_EDITMSG

pre-push:
parallel: true
Expand Down

0 comments on commit 42ec2da

Please sign in to comment.