Skip to content

Commit

Permalink
ci: add commitlint hook
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb authored Sep 20, 2023
1 parent b444d6d commit c054442
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@ repos:
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
repos:
- repo: https://github.com/renovatebot/pre-commit-hooks
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 36.93.7
hooks:
- id: renovate-config-validator
- id: renovate-config-validator
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v8.0.0
hooks:
- id: commitlint
stages: [commit-msg]
additional_dependencies: ['@commitlint/config-conventional']

0 comments on commit c054442

Please sign in to comment.