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 ebbde8d commit e6331b7Copy full SHA for e6331b7
.github/workflows/superlinter.yml
@@ -16,13 +16,16 @@ jobs:
16
# Checks out a copy of your repository on the ubuntu-latest machine
17
- name: Checkout code
18
uses: actions/checkout@v4.1.7
19
-
+ with:
20
+ # super-linter needs the full git history to get the
21
+ # list of files that changed across commits
22
+ fetch-depth: 0
23
+
24
# Runs the Super-Linter action
25
- name: Run Super-Linter
- uses: github/super-linter@v7
26
+ uses: super-linter/super-linter@v7
27
env:
28
VALIDATE_XML: false
29
VALIDATE_JSCPD: false
30
VALIDATE_GITLEAKS: false
- DEFAULT_BRANCH: main
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments