Set fetch-depth for checkout when using super-linter

This commit is contained in:
Sneha Kripanandan
2024-08-10 11:24:48 +01:00
committed by Conor Sloan
parent abf929b7e4
commit 67f4b7749e
+3
View File
@@ -22,6 +22,9 @@ jobs:
- name: Checkout - name: Checkout
id: checkout id: checkout
uses: actions/checkout@v4 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 - name: Setup Node.js
id: setup-node id: setup-node