Skip to content

Commit

Permalink
Merge pull request #378 from jbampton/link-check
Browse files Browse the repository at this point in the history
Add pre-commit hook `markdown-link-check`
  • Loading branch information
matz committed Jul 30, 2023
2 parents 9c2f095 + 4689963 commit 6c845b0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,15 @@ repos:
- id: prettier
name: Run prettier
description: Format files with prettier
- repo: https://github.com/tcort/markdown-link-check
rev: v3.11.2
hooks:
- id: markdown-link-check
name: Run markdown-link-check
description: Checks hyperlinks in Markdown files
args: [-q]
types: [markdown]
files: \.(md|mdown|markdown)$
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.35.0
hooks:
Expand Down

0 comments on commit 6c845b0

Please sign in to comment.