Skip to content

Commit 4390faa

Browse files
committed
Run markdownlint with an explicit rather than implicit configuration
1 parent 3b3e594 commit 4390faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/markdownlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
run: |
2323
echo "::add-matcher::.github/workflows/markdownlint-problem-matcher.json"
2424
npm i -g markdownlint-cli
25-
markdownlint "**/*.md"
25+
markdownlint --config ./.markdownlint.jsonc --ignore-path ./.markdownlintignore '**/*.md'

0 commit comments

Comments
 (0)