mirror of
https://github.com/codeflash-ai/codeflash-internal.git
synced 2026-05-04 18:25:18 +00:00
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:
parent
bf3890fdbf
commit
3fabea495f
1 changed files with 3 additions and 0 deletions
3
.github/workflows/fix-formatting.yml
vendored
3
.github/workflows/fix-formatting.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue