We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e42b04 commit dae98e4Copy full SHA for dae98e4
1 file changed
.github/workflows/super-linter.yml
@@ -8,6 +8,11 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- 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
16
- uses: super-linter/super-linter@v8.3.2
17
env:
18
ERROR_ON_MISSING_EXEC_BIT: true
0 commit comments