From 07294762be883cc96572a97379e23ba6dc6769f7 Mon Sep 17 00:00:00 2001 From: sickn33 Date: Sun, 5 Apr 2026 10:43:33 +0200 Subject: [PATCH] ci: Unshallow source-validation checkout --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28a30d23..4ca19cd4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,6 +68,8 @@ jobs: needs: pr-policy steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Set up Python uses: actions/setup-python@v5