Skip to content

Commit

Permalink
Update lint job to get the full git history for super-linter
Browse files Browse the repository at this point in the history
The super-linter action needs the full git history to get the list of files that changed across commits
  • Loading branch information
Robert-96 authored Feb 19, 2024
1 parent a3d6ce1 commit 0d9d486
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ jobs:

steps:
- uses: actions/checkout@v4

with:
fetch-depth: 0

- name: Load super-linter env variables
run: |
cat .github/super-linter.env >> "$GITHUB_ENV"
Expand Down

0 comments on commit 0d9d486

Please sign in to comment.