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
No known key found for this signature in database

View File

@ -20,6 +20,8 @@ jobs:
- name: Checkout - name: Checkout
id: checkout id: checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js - name: Setup Node.js
id: setup-node id: setup-node