Skip to content

Commit 56328c0

Browse files
committed
Fix markdown lint
1 parent 0f7937f commit 56328c0

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/linters/.markdown-lint.yml

-1
This file was deleted.

.github/linters/.markdownlint.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"MD045": false
3+
}

.github/workflows/lint-checker.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
uses: super-linter/[email protected]
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17+
MARKDOWN_CONFIG_FILE: .markdownlint.json
1718
VALIDATE_GO: true
1819
VALIDATE_RUBY: true
1920
VALIDATE_JSON: true

0 commit comments

Comments
 (0)