Revert "Use yaml for rules"

This reverts commit 70e6a88638.
This commit is contained in:
Edward Firmo
2024-01-05 09:17:49 +01:00
parent 70e6a88638
commit c08c133a15
3 changed files with 5 additions and 3 deletions

View File

@@ -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:

View File

@@ -0,0 +1,4 @@
{
"MD013": { "line_length": 200 }
}

View File

@@ -1,2 +0,0 @@
MD013:
line_length: 200