Merge pull request 'experiment: include fetch depth, tags' (#10) from dev into main

Reviewed-on: #10
This commit was merged in pull request #10.
This commit is contained in:
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