Skip to content

Commit

Permalink
Merge pull request #6010 from jbampton/add-hook-markdown-link-check
Browse files Browse the repository at this point in the history
  • Loading branch information
matz committed May 12, 2023
2 parents 3d5cc1a + ac0e157 commit f210d3b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions doc/mruby3.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f210d3b

Please sign in to comment.