Set fetch-depth for checkout when using super-linter
This commit is contained in:
committed by
Conor Sloan
parent
abf929b7e4
commit
67f4b7749e
@@ -22,6 +22,9 @@ jobs:
|
||||
- name: Checkout
|
||||
id: checkout
|
||||
uses: actions/checkout@v4
|
||||
# this is necessary based on https://github.com/super-linter/super-linter?tab=readme-ov-file#get-started
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Setup Node.js
|
||||
id: setup-node
|
||||
|
||||
Reference in New Issue
Block a user