From 024f88fa1ee3682178b02589a371e0d0e7d94cd8 Mon Sep 17 00:00:00 2001 From: Alec Larson <1925840+aleclarson@users.noreply.github.com> Date: Thu, 11 Jul 2024 20:17:24 -0400 Subject: [PATCH] ci: fix bundle impact --- .github/workflows/check-pr.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/check-pr.yml b/.github/workflows/check-pr.yml index 380f16c5..445d53f9 100644 --- a/.github/workflows/check-pr.yml +++ b/.github/workflows/check-pr.yml @@ -30,6 +30,8 @@ jobs: PR_TITLE: '${{ github.event.pull_request.title }}' steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v4 with: