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 16be501 commit aefe07bCopy full SHA for aefe07b
.github/workflows/ci-markdownlint.yml
@@ -11,7 +11,7 @@ jobs:
11
12
# equivalent cli: markdownlint-cli2 "**/*.md" "#lambda/.aws-sam/**" "#.github/pull_request_template.md" "#.github/ISSUE_TEMPLATE/bug-or-feature-request.md" --config .markdownlint.json
13
- name: "Markdown Lint Check"
14
- uses: DavidAnson/markdownlint-cli2-action@v19
+ uses: DavidAnson/markdownlint-cli2-action@v20
15
with:
16
fix: false
17
globs: |
0 commit comments