Skip to content

Commit e109721

Browse files
committed
Add markdown-linting to pre-commit
1 parent 77b9ea4 commit e109721

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,8 @@ repos:
3939
hooks:
4040
- id: prettier
4141
types_or: [yaml]
42+
- repo: https://github.com/DavidAnson/markdownlint-cli2
43+
rev: v0.21.0
44+
hooks:
45+
- id: markdownlint-cli2
46+
args: [--fix]

0 commit comments

Comments
 (0)