Use yaml for rules
This commit is contained in:
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.jsonc'
|
config: '.rules/markdownlint.yml'
|
||||||
#fix: true
|
#fix: true
|
||||||
|
|
||||||
markdown-links:
|
markdown-links:
|
||||||
|
|||||||
@@ -1,4 +0,0 @@
|
|||||||
{
|
|
||||||
"MD013": { "line_length": 200 }
|
|
||||||
}
|
|
||||||
|
|
||||||
2
.rules/markdownlint.yml
Normal file
2
.rules/markdownlint.yml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
MD013:
|
||||||
|
line_length: 200
|
||||||
Reference in New Issue
Block a user