Skip to content

Commit dae98e4

Browse files
authored
Update .github/workflows/super-linter.yml
1 parent 0e42b04 commit dae98e4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/super-linter.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v6
11+
with:
12+
# super-linter needs the full git history to get the
13+
# list of files that changed across commits
14+
fetch-depth: 0
15+
persist-credentials: false
1116
- uses: super-linter/super-linter@v8.3.2
1217
env:
1318
ERROR_ON_MISSING_EXEC_BIT: true

0 commit comments

Comments
 (0)