Skip to content

Commit e5ced45

Browse files
committed
Try to fix markdown-lint
1 parent e674cb1 commit e5ced45

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/lint-checker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
uses: super-linter/super-linter@v7.1.0
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17+
MARKDOWN_CONFIG_FILE: ".markdownlint.json"
1718
VALIDATE_GO: true
1819
VALIDATE_RUBY: true
1920
VALIDATE_KOTLIN: true

.markdown-lint.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

.markdownlint.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"MD045": false
3+
}

0 commit comments

Comments
 (0)