feat: Added markdownlint to pre-commit hooks
This commit is contained in:
parent
8ec5e509d5
commit
4b6e4e8712
1 changed files with 4 additions and 0 deletions
|
@ -27,4 +27,8 @@ repos:
|
|||
hooks:
|
||||
- id: conventional-pre-commit
|
||||
stages: [commit-msg]
|
||||
- repo: https://github.com/igorshubovych/markdownlint-cli
|
||||
rev: v0.37.0
|
||||
hooks:
|
||||
- id: markdownlint
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue