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 fd3240e + 39f3809 commit 5823750Copy full SHA for 5823750
.github/workflows/linting.yml
@@ -23,7 +23,7 @@ jobs:
23
run: |
24
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
25
- name: Use markdownlint-cli2
26
- uses: DavidAnson/markdownlint-cli2-action@v20.0.0
+ uses: DavidAnson/markdownlint-cli2-action@v14.0.0
27
with:
28
globs: "**/*.md"
29
0 commit comments