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 bc67d65 commit 0d1ae11Copy full SHA for 0d1ae11
.github/workflows/ci-markdown-checks.yml
@@ -19,7 +19,7 @@ jobs:
19
20
# equivalent cli: markdownlint-cli2 "**/*.md" "#**/CHANGELOG.md" --config .markdownlint.json
21
- name: "Markdown Lint Check"
22
- uses: DavidAnson/markdownlint-cli2-action@v20
+ uses: DavidAnson/markdownlint-cli2-action@v21
23
continue-on-error: true
24
with:
25
fix: false
0 commit comments