Skip to content

Commit 034e3d7

Browse files
committed
fix(ci): add fetch-depth: 0 for super-linter v7 in yaml-lint
super-linter v7 requires full git history to diff changed files.
1 parent e94c614 commit 034e3d7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/yaml-lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- uses: actions/checkout@v4
33+
with:
34+
fetch-depth: 0
3335
- uses: github/super-linter/slim@v7
3436
env:
3537
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)