Skip to content

Commit

Permalink
Add markdownlint rule exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
MakisH committed Apr 5, 2024
1 parent 07175d6 commit ab02b45
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/style-checking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Run mdl
- name: Run markdownlint
uses: actionshub/markdownlint@main
python_linting:
runs-on: ubuntu-latest
Expand Down
5 changes: 5 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"MD013": false,
"MD033": false,
"MD034": false
}

0 comments on commit ab02b45

Please sign in to comment.