mirror of
https://github.com/dragonflydb/dragonfly
synced 2024-11-21 15:11:20 +00:00
a29b66068c
* docs(community): Add Code of Conduct #107 Signed-off-by: Ryan Russell <git@ryanrussell.org> * feat(pre-commit): Add Conventional Commits `commit-msg` hook #107 Signed-off-by: Ryan Russell <git@ryanrussell.org> * bug(pre-commit): Fix conventional commits entry to include `contrib/scripts` #107 Signed-off-by: Ryan Russell <git@ryanrussell.org>
8 lines
213 B
YAML
8 lines
213 B
YAML
repos:
|
|
- repo: local
|
|
hooks:
|
|
- id: conventional-commits
|
|
name: Conventional Commit Minder
|
|
entry: contrib/scripts/conventional-commits
|
|
language: script
|
|
stages: [commit-msg] |