0
0
Fork 0
mirror of https://github.com/DavidAnson/markdownlint-cli2-action.git synced 2024-10-16 12:07:01 +02:00

Update actions/checkout to use fetch-depth 0 (all history) in order to handle pushes that contain more than one commit.

This commit is contained in:
David Anson 2022-10-05 06:15:27 +00:00
parent d7fae4d75e
commit a3541a5e8a

View file

@ -6,7 +6,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2
fetch-depth: 0
- uses: tj-actions/changed-files@v31.0.3
id: changed-files
with: