Skip to content

Commit

Permalink
chore: add conventional-commits
Browse files Browse the repository at this point in the history
  • Loading branch information
jamilbk committed Nov 16, 2022
1 parent cc280da commit ca3fcf6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
repos:
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v2.1.1
hooks:
- id: conventional-pre-commit
stages:
- commit-msg
args:
- fix
- feat
- build
- chore
- ci
- docs
- style
- refactor
- perf
- test
- revert
- repo: local
hooks:
# Elixir config
Expand Down

0 comments on commit ca3fcf6

Please sign in to comment.