diff --git a/.github/workflows/check_markdown.yaml b/.github/workflows/check_markdown.yaml index c0e029a00..ea19658bd 100644 --- a/.github/workflows/check_markdown.yaml +++ b/.github/workflows/check_markdown.yaml @@ -26,3 +26,7 @@ jobs: uses: actions/checkout@v2 - uses: articulate/actions-markdownlint@v1 + with: + config: .markdownlint.jsonc + ignore: .markdownlintignore +