mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
pre-commit: add hook markdown-link-check
https://github.com/tcort/markdown-link-check
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user