Skip to content
This repository was archived by the owner on Apr 25, 2026. It is now read-only.

Commit 25c1939

Browse files
fix: add fetch-depth: 0 to super-linter checkout step
Co-authored-by: electrocucaracha <2782150+electrocucaracha@users.noreply.github.com>
1 parent eb8a42a commit 25c1939

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
3333
with:
34+
fetch-depth: 0
3435
persist-credentials: false
3536
- name: Check super-linter
3637
uses: super-linter/super-linter@61abc07d755095a68f4987d1c2c3d1d64408f1f9 # 8.5.0

0 commit comments

Comments
 (0)