Skip to content

Commit

Permalink
ci: checkout full history for super-linter workflow
Browse files Browse the repository at this point in the history
super-linter needs the full git history to get the list of files that
changed across commits.

Signed-off-by: Niels de Vos <ndevos@ibm.com>
  • Loading branch information
nixpanic committed Feb 20, 2024
1 parent 0c3874f commit 349a8cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint-extras.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
steps:
- name: checkout source
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Lint Code Base
uses: super-linter/super-linter/slim@v6
Expand Down

0 comments on commit 349a8cc

Please sign in to comment.