ci: remove unnecessary full-history checkout

This commit is contained in:
zvictor
2026-03-06 21:40:05 -03:00
parent fccec94805
commit 3bcdf3e3ad
2 changed files with 0 additions and 4 deletions

View File

@@ -17,8 +17,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup pnpm
uses: pnpm/action-setup@v4