Skip to content

Commit

Permalink
Add config to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
IEvangelist committed Nov 14, 2023
1 parent 218436a commit 5fbe81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
run: |
echo "::add-matcher::.github/workflows/markdownlint-problem-matcher.json"
npm i -g markdownlint-cli2
markdownlint-cli2 "**/*.md"
markdownlint-cli2 --config ".markdownlist-cli2.jsonc" "**/*.md"

0 comments on commit 5fbe81a

Please sign in to comment.