Skip to content

Commit

Permalink
Fix markdown lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvins committed Oct 25, 2024
1 parent 56328c0 commit 626ecfe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/linters/.markdown-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
MD013: false
MD045: false
MD033: false
3 changes: 0 additions & 3 deletions .github/linters/.markdownlint.json

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/lint-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
uses: super-linter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MARKDOWN_CONFIG_FILE: .markdownlint.json
VALIDATE_GO: true
VALIDATE_RUBY: true
VALIDATE_JSON: true
Expand Down

0 comments on commit 626ecfe

Please sign in to comment.