feat(dir): ️ don't fetch all git history

This commit is contained in:
Collin Barrett 2024-06-14 12:22:34 -05:00
parent 44a1f1f2cf
commit b82b6c4385

View file

@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
fetch-depth: 50 # guess max depth for data migration branch to avoid fetching all while still allowing sync w/upstream
- name: Lint
run: ./lint.sh