Skip to content

Commit

Permalink
CI: use fetch-depth: 0 in super-linter workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Jan 31, 2024
1 parent 56b3015 commit 1769648
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
# super-linter needs the full git history to get the
# list of files that changed across commits
fetch-depth: 0
- name: Lint code base
uses: super-linter/super-linter/slim@v6.0.0
env:
Expand Down

0 comments on commit 1769648

Please sign in to comment.