Skip to content

Commit

Permalink
pre-commit: Add markdown link chcek
Browse files Browse the repository at this point in the history
Signed-off-by: Marek Pikuła <[email protected]>
  • Loading branch information
MarekPikula committed Jun 30, 2024
1 parent 10f41d4 commit 32c4e5f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ repos:
- id: djhtml
entry: djhtml --tabwidth 2
- id: djcss
- repo: https://github.com/tcort/markdown-link-check
rev: "v3.12.2"
hooks:
- id: markdown-link-check
- repo: https://github.com/shssoichiro/oxipng
rev: "v9.1.1"
hooks:
Expand Down

0 comments on commit 32c4e5f

Please sign in to comment.