Merge pull request #6010 from jbampton/add-hook-markdown-link-check

This commit is contained in:
Yukihiro "Matz" Matsumoto
2023-05-12 23:31:34 +09:00
committed by GitHub
2 changed files with 8 additions and 3 deletions
+5
View File
@@ -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:
+3 -3
View File
@@ -32,9 +32,9 @@
## New bundled gems
- mruby-errno from [https://github.com/iij/mruby-errno.git]
- mruby-set from [https://github.com/yui-knk/mruby-set.git]
- mruby-dir from [https://github.com/iij/mruby-dir.git]
- mruby-errno from <https://github.com/iij/mruby-errno.git>
- mruby-set from <https://github.com/yui-knk/mruby-set.git>
- mruby-dir from <https://github.com/iij/mruby-dir.git>
- mruby-data
# Breaking Changes