Commit b02c69b 1 parent aa9ff34 commit b02c69b Copy full SHA for b02c69b
File tree 1 file changed +4
-14
lines changed
1 file changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -23,23 +23,13 @@ jobs:
23
23
with :
24
24
files : " **/*.md"
25
25
separator : " ,"
26
- - uses : DavidAnson/markdownlint-cli2-action@v9
26
+ - uses : DavidAnson/markdownlint-cli2-action@v19
27
27
if : steps.changed-files.outputs.any_changed == 'true'
28
28
with :
29
- globs : ${{ steps.changed-files.outputs.all_changed_files }}
29
+ config : .markdownlint.json
30
+ globs : |
31
+ ${{ steps.changed-files.outputs.all_changed_files }}
30
32
separator : " ,"
31
- config : |
32
- {
33
- "default": true,
34
- "MD001": false,
35
- "MD013": false,
36
- "MD024": { "siblings_only": true },
37
- "MD025": false,
38
- "MD033": false,
39
- "MD034": false,
40
- "MD046": false,
41
- "whitespace": false,
42
- }
43
33
44
34
markdown-link-check :
45
35
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments