Skip to content

Commit

Permalink
Update superlinter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunwbell authored Sep 20, 2024
1 parent ebbde8d commit e6331b7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/superlinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,16 @@ jobs:
# Checks out a copy of your repository on the ubuntu-latest machine
- name: Checkout code
uses: actions/[email protected]

with:
# super-linter needs the full git history to get the
# list of files that changed across commits
fetch-depth: 0

# Runs the Super-Linter action
- name: Run Super-Linter
uses: github/super-linter@v7
uses: super-linter/super-linter@v7
env:
VALIDATE_XML: false
VALIDATE_JSCPD: false
VALIDATE_GITLEAKS: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e6331b7

Please sign in to comment.