fix fetch-depth for linter checkout

Signed-off-by: Brian DeHamer <bdehamer@github.com>
This commit is contained in:
Brian DeHamer
2024-02-23 16:56:12 -08:00
parent e6db7d66b0
commit 4c5a33ee04
+2
View File
@@ -20,6 +20,8 @@ jobs:
- name: Checkout
id: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
id: setup-node