Skip to content

Commit

Permalink
Merge pull request #676 from nunit/chore/markdownlint-cli2-config
Browse files Browse the repository at this point in the history
chore: markdownlint-cli2-config is removed use flag instead
  • Loading branch information
mikkelbu authored Jan 20, 2024
2 parents 903a11f + 9406f5e commit 72ae470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: "18"
- run: npm install -g markdownlint-cli2
name: Install markdownlint-cli2
- run: markdownlint-cli2-config ".github/linters/.markdownlint.yml" "documentation/*.md"
- run: markdownlint-cli2 --config ".github/linters/.markdownlint.yml" "documentation/*.md"
name: run Markdownlint
spellcheck:
name: "Spell check"
Expand Down

0 comments on commit 72ae470

Please sign in to comment.