Fix Files for Linting (#94)

This commit is contained in:
Jimmy Debe
2024-09-13 10:51:09 -04:00
committed by GitHub
parent 0b4d151638
commit 3ab314d87d
77 changed files with 6814 additions and 3371 deletions

6
.github/workflows/.markdownlint.json vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"MD013": {
"tables": false,
"code_blocks" : false
}
}

View File

@@ -19,5 +19,5 @@ jobs:
- name: Markdown Linter
uses: DavidAnson/markdownlint-cli2-action@v15
with:
configFile: .github/workflows/markdownlint.json
config: .github/workflows/.markdownlint.json
globs: '**/*.md'

View File

@@ -1 +0,0 @@