Skip to content

Commit

Permalink
ci(pre-commit): added conventional-pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
netr0m authored and netr0m committed Jun 14, 2024
1 parent 21e9888 commit 197274f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,10 @@ repos:
hooks:
- id: golangci-lint
- id: golangci-lint-full

- repo: https://github.com/compilerla/conventional-pre-commit
rev: v3.2.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
args: [feat, fix, refactor, chore, test, ci, build, lint, docs]

0 comments on commit 197274f

Please sign in to comment.