Fixes the Markdown lint config and affected files (#676)
I also ran our documentation against a few other linters, to see what they would find, and fixed accordingly.
This commit is contained in:
4
.github/workflows/mdlint.yml
vendored
4
.github/workflows/mdlint.yml
vendored
@@ -17,5 +17,5 @@ jobs:
|
||||
uses: nosborn/github-action-markdown-cli@v3
|
||||
with:
|
||||
files: '**/*.md'
|
||||
ignore_files: "third_party/*"
|
||||
config_file: ".markdownlint.json"
|
||||
config_file: '.markdownlint.json'
|
||||
ignore_files: 'third_party/*'
|
||||
|
||||
Reference in New Issue
Block a user