feat: Added markdownlint to pre-commit hooks

This commit is contained in:
Tobias Schmidl 2023-10-17 13:04:04 +02:00
parent 8ec5e509d5
commit 4b6e4e8712

View file

@ -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
...