We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b3e594 commit 4390faaCopy full SHA for 4390faa
.github/workflows/markdownlint.yml
@@ -22,4 +22,4 @@ jobs:
22
run: |
23
echo "::add-matcher::.github/workflows/markdownlint-problem-matcher.json"
24
npm i -g markdownlint-cli
25
- markdownlint "**/*.md"
+ markdownlint --config ./.markdownlint.jsonc --ignore-path ./.markdownlintignore '**/*.md'
0 commit comments