Skip to content

Commit f6024f0

Browse files
fix: Add commitlint to pre-commit hooks
1 parent bc66720 commit f6024f0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,8 @@ repos:
3636
rev: v8.30.0
3737
hooks:
3838
- id: gitleaks
39+
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
40+
rev: <latest tag>
41+
hooks:
42+
- id: commitlint
43+
stages: [commit-msg]

0 commit comments

Comments
 (0)