We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdac4df commit c7f5b54Copy full SHA for c7f5b54
.github/workflows/lint_md_all.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v4
11
- - uses: DavidAnson/markdownlint-cli2-action@v18
+ - uses: DavidAnson/markdownlint-cli2-action@v19
12
with:
13
globs: |
14
*.md
.github/workflows/lint_md_changes.yml
@@ -21,7 +21,7 @@ jobs:
21
22
files: '**/*.md'
23
separator: ","
24
25
if: steps.changed-files.outputs.any_changed == 'true'
26
27
globs: ${{ steps.changed-files.outputs.all_changed_files }}
0 commit comments