mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #6017 from jbampton/standardize-pre-commit-config
Standardize the `pre-commit` config
This commit is contained in:
@@ -61,7 +61,11 @@ repos:
|
||||
rev: v3.11.2
|
||||
hooks:
|
||||
- id: markdown-link-check
|
||||
name: Run markdown-link-check
|
||||
description: Checks hyperlinks in Markdown files
|
||||
args: [-q]
|
||||
types: [markdown]
|
||||
files: \.(md|mdown|markdown)$
|
||||
- repo: https://github.com/adrienverge/yamllint
|
||||
rev: v1.31.0
|
||||
hooks:
|
||||
|
||||
Reference in New Issue
Block a user