mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings
synced 2026-05-07 03:51:55 +02:00
Merge 5e68968fbe into f695b0a527
This commit is contained in:
commit
be72f9dead
1 changed files with 2 additions and 2 deletions
4
.github/workflows/check-markdown.yml
vendored
4
.github/workflows/check-markdown.yml
vendored
|
|
@ -9,13 +9,13 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: tj-actions/changed-files@v47
|
||||
- uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47
|
||||
id: changed-files
|
||||
with:
|
||||
files: '**/*.md'
|
||||
separator: ","
|
||||
|
||||
- uses: DavidAnson/markdownlint-cli2-action@v20
|
||||
- uses: DavidAnson/markdownlint-cli2-action@992badcdf24e3b8eb7e87ff9287fe931bcb00c6e # v20
|
||||
if: steps.changed-files.outputs.any_changed == 'true'
|
||||
with:
|
||||
globs: ${{ steps.changed-files.outputs.all_changed_files }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue