mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Add support to run markdownlint with pre-commit
This commit is contained in:
parent
82d9c36d6f
commit
58de07f7e7
1 changed files with 7 additions and 0 deletions
7
.pre-commit-hooks.yaml
Normal file
7
.pre-commit-hooks.yaml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
- id: markdownlint
|
||||
name: markdownlint
|
||||
description: "Check the style of Markdown/Commonmark files"
|
||||
entry: markdownlint
|
||||
language: node
|
||||
types: [markdown]
|
||||
minimum_pre_commit_version: 0.15.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue