mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2025-12-12 07:40:34 -08:00
Update GitHub Actions
This commit is contained in:
8
.github/workflows/check-markdown.yml
vendored
8
.github/workflows/check-markdown.yml
vendored
@@ -5,19 +5,19 @@ jobs:
|
|||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- uses: tj-actions/changed-files@v45
|
- uses: tj-actions/changed-files@v47
|
||||||
id: changed-files
|
id: changed-files
|
||||||
with:
|
with:
|
||||||
files: '**/*.md'
|
files: '**/*.md'
|
||||||
separator: ","
|
separator: ","
|
||||||
|
|
||||||
- uses: DavidAnson/markdownlint-cli2-action@v17
|
- uses: DavidAnson/markdownlint-cli2-action@v20
|
||||||
if: steps.changed-files.outputs.any_changed == 'true'
|
if: steps.changed-files.outputs.any_changed == 'true'
|
||||||
with:
|
with:
|
||||||
globs: ${{ steps.changed-files.outputs.all_changed_files }}
|
globs: ${{ steps.changed-files.outputs.all_changed_files }}
|
||||||
separator: ","
|
separator: ","
|
||||||
config: ./.github/.markdownlint.json
|
config: ./.github/.markdownlint.json
|
||||||
|
|||||||
Reference in New Issue
Block a user