ci: add fetch-depth: 0 for super-linter v7 compatibility

Super-linter v7 requires full git history to find the default branch
for comparison. Without fetch-depth: 0, it fails with 'master branch
doesn't exist' error.
This commit is contained in:
Stanislas Lange
2025-12-04 18:30:49 +01:00
committed by Stanislas
parent b7557dd77f
commit 77f28d1595

View File

@@ -8,6 +8,8 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint Code Base
uses: super-linter/super-linter@v7
env: