mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #6010 from jbampton/add-hook-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:
|
||||
|
||||
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user