initial commit

This commit is contained in:
2026-05-03 18:17:46 +02:00
commit 0d47d61946
2 changed files with 33 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
name: "Set up UV"
description: "Install uv and sync dependencies"
runs:
using: "composite"
steps:
- name: Pip install uv
shell: bash
run: python3 -m pip install uv --break-system-packages
- name: Sync dependencies
shell: bash
run: |
[ ! -f uv.lock ] || uv sync