Skip to content

Commit

Permalink
ci: detect broken markdown links in README
Browse files Browse the repository at this point in the history
add a markdown-link-check github action
  • Loading branch information
sansyrox committed Nov 13, 2023
1 parent 95e859f commit 7530288
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 @@ -6,5 +6,11 @@ repos:
args:
- --fix
- id: ruff-format

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

0 comments on commit 7530288

Please sign in to comment.