experiment: include fetch depth, tags #10

Merged
WorldTeacher merged 1 commits from dev into main 2025-05-29 11:14:59 +01:00

View File

@@ -24,6 +24,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0 # Fetch full history
fetch-tags: true # Fetch all tags (refs/tags)
- name: Install uv
uses: astral-sh/setup-uv@v5