Skip to content

Commit c78e044

Browse files
committed
fix markdown action config
1 parent 6ddaa82 commit c78e044

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/.markdownlint.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"MD013": false,
33
"MD010": false,
44
"MD033": false,
5+
"MD058": false,
6+
"MD059": false,
7+
"MD060": false,
58
"MD024": {
69
"siblings_only": true
710
}

.github/workflows/markdownlint.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2121
- uses: DavidAnson/markdownlint-cli2-action@07035fd053f7be764496c0f8d8f9f41f98305101 # v22.0.0
2222
with:
23-
command: config
23+
config: .github/.markdownlint.json
2424
globs: |
25-
.github/.markdownlint.json
2625
**/*.md

0 commit comments

Comments
 (0)