ci: Add shallow git clone (depth: 1)

Only fetch latest commit instead of full history.
Reduces checkout time and bandwidth.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Kelly
2025-12-15 20:05:33 -07:00
parent f25d4eaf27
commit 2e47996354

View File

@@ -1,3 +1,8 @@
# Shallow clone - only fetch latest commit (faster checkout)
clone:
git:
depth: 1
steps: steps:
# =========================================== # ===========================================
# PR VALIDATION: Parallel type checks (PRs only) # PR VALIDATION: Parallel type checks (PRs only)