Skip to content

Commit ec3c2a2

Browse files
committed
fixing forgotten usage of precommit
1 parent 3fadcc5 commit ec3c2a2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.pre-commit-config.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,10 @@ repos:
2626
rev: v6.2.1
2727
hooks:
2828
- id: beautysh
29+
30+
# Markdown lint
31+
- repo: https://github.com/igorshubovych/markdownlint-cli
32+
rev: v0.39.0
33+
hooks:
34+
- id: markdownlint
35+

0 commit comments

Comments
 (0)