Skip to content

Commit 5823750

Browse files
authored
Merge pull request #1450 from ROCm/makrdown_linting_version_check
ci: Update markdownlint-cli2-action: v20.0.0 → v14.0.0
2 parents fd3240e + 39f3809 commit 5823750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
test -f .markdownlint.yaml && echo "Using local config file" || curl --silent --show-error --fail --location https://raw.githubusercontent.com/ROCm/rocm-docs-core/develop/.markdownlint.yaml -O
2525
- name: Use markdownlint-cli2
26-
uses: DavidAnson/markdownlint-cli2-action@v20.0.0
26+
uses: DavidAnson/markdownlint-cli2-action@v14.0.0
2727
with:
2828
globs: "**/*.md"
2929

0 commit comments

Comments
 (0)