pre-commit: add hook markdown-link-check

https://github.com/tcort/markdown-link-check
This commit is contained in:
John Bampton
2023-05-11 12:37:04 +10:00
parent de0779d6ca
commit ac0e157b89
+5
View File
@@ -57,6 +57,11 @@ repos:
entry: markdownlint -c .github/linters/.markdown-lint.yml .
types: [markdown]
files: \.(md|mdown|markdown)$
- repo: https://github.com/tcort/markdown-link-check
rev: v3.11.2
hooks:
- id: markdown-link-check
args: [-q]
- repo: https://github.com/adrienverge/yamllint
rev: v1.31.0
hooks: