commit | c3115c21eabfa20fbaf4e15a88f8cd9ca2389514 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Tue Aug 30 18:52:23 2022 -0400 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Tue Aug 30 18:53:33 2022 -0400 |
tree | 2f1f6683064242c387cbdde88227788a9e54265d | |
parent | 2b59b2f3a64f0f8a8eb252f3fa8f8df50e775091 [diff] [blame] |
ci: added pre-commit
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 0000000..cc39e47 --- /dev/null +++ b/.pre-commit-config.yaml
@@ -0,0 +1,6 @@ +repos: + - repo: https://github.com/compilerla/conventional-pre-commit + rev: v2.0.0 + hooks: + - id: conventional-pre-commit + stages: [commit-msg]