2
.github/workflows/validate_markdown.yml
vendored
2
.github/workflows/validate_markdown.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
# globs: ${{ steps.changed-files.outputs.all_changed_files }}
|
# globs: ${{ steps.changed-files.outputs.all_changed_files }}
|
||||||
# separator: ","
|
# separator: ","
|
||||||
config: '.rules/markdownlint.yml'
|
config: '.rules/.markdownlint.jsonc'
|
||||||
#fix: true
|
#fix: true
|
||||||
|
|
||||||
markdown-links:
|
markdown-links:
|
||||||
|
|||||||
4
.rules/.markdownlint.jsonc
Normal file
4
.rules/.markdownlint.jsonc
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"MD013": { "line_length": 200 }
|
||||||
|
}
|
||||||
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
MD013:
|
|
||||||
line_length: 200
|
|
||||||
Reference in New Issue
Block a user