Skip to content

Commit 666f178

Browse files
authored
Install uv in lint workflow before uv commands
1 parent 89df89b commit 666f178

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
- uses: actions/checkout@v4
99
- uses: actions/setup-python@v5
1010
with: { python-version: "3.14" }
11+
- uses: astral-sh/setup-uv@v5
1112
- run: uv sync
1213
- run: uv run ruff check .
1314
- run: uv run ruff format --check .

0 commit comments

Comments
 (0)