Skip to content

Commit

Permalink
ci: add pre-commit tool to check markdown links
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuthor committed Nov 28, 2023
1 parent 73b284e commit ebc5b3e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ repos:
- id: dockerfile_lint
- id: markdown-toc

- repo: https://github.com/tcort/markdown-link-check
rev: v3.11.2
hooks:
- id: markdown-link-check
args: [-q]

- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
rev: 0.2.2
hooks:
Expand Down

0 comments on commit ebc5b3e

Please sign in to comment.