Skip to content

Commit

Permalink
Ensure that we do a full checkout for super-linter v6
Browse files Browse the repository at this point in the history
  • Loading branch information
simu committed Jun 17, 2024
1 parent 785ad45 commit 5c0ebd9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
- name: Checkout
id: checkout
uses: actions/checkout@v4
with:
# super-linter v6 needs full history
fetch-depth: "0"

- name: Setup Node.js
id: setup-node
Expand Down

0 comments on commit 5c0ebd9

Please sign in to comment.