Update fetch depth

This commit is contained in:
Nick Alteen
2024-02-22 09:34:06 -05:00
parent 8f6845463f
commit 89d575c59c
4 changed files with 46 additions and 36 deletions

View File

@@ -2,6 +2,8 @@ name: Lint Codebase
on:
pull_request:
branches:
- main
push:
branches:
- main
@@ -20,6 +22,8 @@ jobs:
- name: Checkout
id: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
id: setup-node