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 ace2c9f commit 483d4c7Copy full SHA for 483d4c7
.github/workflows/ci-markdownlint.yml
@@ -11,10 +11,10 @@ jobs:
11
12
# equivalent cli: markdownlint-cli2 "**/*.md" "#**/CHANGELOG.md" --config .markdownlint.json
13
- name: "Markdown Lint Check"
14
- uses: DavidAnson/markdownlint-cli2-action@v16
+ uses: DavidAnson/markdownlint-cli2-action@v19
15
+ continue-on-error: true
16
with:
17
fix: false
18
globs: |
19
**/*.md
20
!**/CHANGELOG.md
- continue-on-error: true
0 commit comments