ci: Unshallow source-validation checkout

This commit is contained in:
sickn33
2026-04-05 10:43:33 +02:00
parent c280390d2a
commit 07294762be

View File

@@ -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