Skip to content

Commit 596924f

Browse files
authored
Merge branch 'dependabot/github_actions/DavidAnson/markdownlint-cli2-action-19' (PR #6872)
Bump DavidAnson/markdownlint-cli2-action from 18 to 19
2 parents 3ad78d7 + d37159c commit 596924f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e3sm-gh-md-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
files: '**/*.md'
2727
separator: ","
28-
- uses: DavidAnson/markdownlint-cli2-action@v18
28+
- uses: DavidAnson/markdownlint-cli2-action@v19
2929
if: steps.changed-files.outputs.any_changed == 'true'
3030
with:
3131
config: 'docs/.markdownlint.json'

0 commit comments

Comments
 (0)