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 63f894d commit d37159cCopy full SHA for d37159c
.github/workflows/e3sm-gh-md-linter.yml
@@ -25,7 +25,7 @@ jobs:
25
with:
26
files: '**/*.md'
27
separator: ","
28
- - uses: DavidAnson/markdownlint-cli2-action@v18
+ - uses: DavidAnson/markdownlint-cli2-action@v19
29
if: steps.changed-files.outputs.any_changed == 'true'
30
31
config: 'docs/.markdownlint.json'
0 commit comments