We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4181d03 commit 9dfb6f1Copy full SHA for 9dfb6f1
.github/workflows/lint.yml
@@ -45,7 +45,7 @@ jobs:
45
with:
46
files: "**/*.md"
47
separator: ","
48
- - uses: DavidAnson/markdownlint-cli2-action@v18
+ - uses: DavidAnson/markdownlint-cli2-action@v19
49
if: steps.changed-files.outputs.any_changed == 'true'
50
51
globs: ${{ steps.changed-files.outputs.all_changed_files }}
0 commit comments