Added: Ignore MD041

The reason why I ignore this is to make it easier for me to make use of Snippets (insert content from other files) for easier maintance
pull/277/head
TRaSH 3 years ago
parent a25b1d43b0
commit 5d79de0dbd

@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
- name: markdownlint
run: |
find ~+ ${github_workspace} -name '*.md' | xargs docker run --rm -v ${GITHUB_WORKSPACE}:${GITHUB_WORKSPACE} markdownlint/markdownlint -r ~MD013,~MD033,~MD034,~MD046,~MD002
find ~+ ${github_workspace} -name '*.md' | xargs docker run --rm -v ${GITHUB_WORKSPACE}:${GITHUB_WORKSPACE} markdownlint/markdownlint -r ~MD013,~MD033,~MD034,~MD046,~MD002,~MD041
yamllint:
runs-on: ubuntu-latest

Loading…
Cancel
Save