Skip to content

Commit

Permalink
Merge pull request #2996 from E3SM-Project/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…DavidAnson/markdownlint-cli2-action-17

Bump DavidAnson/markdownlint-cli2-action from 16 to 17
  • Loading branch information
mahf708 authored Sep 19, 2024
2 parents 519e8c1 + 975a93f commit 92c89f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e3sm-gh-md-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
files: '**/*.md'
separator: ","
- uses: DavidAnson/markdownlint-cli2-action@v16
- uses: DavidAnson/markdownlint-cli2-action@v17
if: steps.changed-files.outputs.any_changed == 'true'
with:
config: 'docs/.markdownlint.json'
Expand Down

0 comments on commit 92c89f9

Please sign in to comment.