Skip to content

Commit

Permalink
Merge pull request #22 from eggplants/fix-lint-errors
Browse files Browse the repository at this point in the history
Replace deprecated action and Update lint configuration
  • Loading branch information
eggplants authored Sep 30, 2024
2 parents 60b93d9 + dcdb3af commit d742787
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/mdl-config.json → .github/.markdownlint.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"style": "dash"
},
"MD024": {
"allow_different_nesting": true
"allow_different_nesting": true,
"siblings_only": true
},
"MD033": {
"allowed_elements": ["details","summary"]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Lint with markdownlint
uses: articulate/actions-markdownlint@v1
uses: DavidAnson/markdownlint-cli2-action@v17
with:
config: .github/mdl-config.json
config: .github/.markdownlint.json

0 comments on commit d742787

Please sign in to comment.