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 4637314 commit 8fab6f4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/superlinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ jobs:
# Checks out a copy of your repository on the ubuntu-latest machine
- name: Checkout code
uses: actions/checkout@v4

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: super-linter/[email protected]
Expand Down

0 comments on commit 8fab6f4

Please sign in to comment.