Added markdownlint to the pre-commit actions

This commit is contained in:
Michele Cereda
2022-05-08 22:05:02 +02:00
parent 1193cc6fc4
commit 4619d75381
4 changed files with 39 additions and 3 deletions

View File

@@ -12,6 +12,12 @@ repos:
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/markdownlint/markdownlint
rev: v0.11.0
hooks:
- id: markdownlint
args:
- -r "~MD013" # ignore line-length rule
- repo: https://github.com/ansible-community/ansible-lint
rev: v6.0.2
hooks: