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.
2 parents 44e712f + 44e4cfa commit 1eb3c59Copy full SHA for 1eb3c59
.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@v17
+ uses: DavidAnson/markdownlint-cli2-action@v18
15
with:
16
fix: false
17
globs: |
0 commit comments