fix: install uv in fix-formatting workflow

The ty-check hook requires uv to be available. Add astral-sh/setup-uv
step before running prek.
This commit is contained in:
Kevin Turcios 2026-01-27 01:25:19 -05:00
parent bf3890fdbf
commit 3fabea495f

View file

@ -27,6 +27,9 @@ jobs:
fetch-depth: 0
ref: ${{ steps.pr-info.outputs.head_ref }}
- name: Install uv
uses: astral-sh/setup-uv@v5
- name: Run prek
id: prek
uses: j178/prek-action@v1