Set fetch-depth for checkout when using super-linter

This commit is contained in:
Sneha Kripanandan
2024-08-01 12:51:33 -04:00
committed by Conor Sloan
parent abf929b7e4
commit 67f4b7749e
+3
View File
@@ -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