diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0e4a40988..11fa8487f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: