Skip to content

Commit 061fa57

Browse files
committed
ci: added fetch depth to checkout to enable super linter v6
Signed-off-by: aserowy <[email protected]>
1 parent bec904c commit 061fa57

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
steps:
1414
- name: checkout
1515
uses: actions/checkout@v4
16+
with:
17+
# super-linter needs the full git history to get the
18+
# list of files that changed across commits
19+
fetch-depth: 0
1620

1721
- name: fmt
1822
uses: JohnnyMorganz/[email protected]

0 commit comments

Comments
 (0)