Skip to content

Commit 7aa832c

Browse files
committed
Add fetch-depth: 0
1 parent 45a8ca5 commit 7aa832c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/linter.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@ jobs:
3030
name: SuperLinter Check
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: actions/checkout@v3
33+
- name: Checkout Code
34+
uses: actions/checkout@v3
35+
with:
36+
# Full git history is needed to get a proper list of changed files within `super-linter`
37+
fetch-depth: 0
3438
- name: SuperLinter
3539
uses: github/super-linter@v4
3640
env:

0 commit comments

Comments
 (0)