Skip to content

Commit a57f8cb

Browse files
Run ruff workflow with uv
1 parent 66dc326 commit a57f8cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ruff.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
- name: Install the project
2525
run: uv sync --locked --all-extras --dev
2626
- name: Run Ruff linter
27-
run: ruff check --output-format=github
27+
run: uv run --dev ruff check --output-format=github
2828
- name: Run Ruff format check
29-
run: ruff format --check --diff --output-format=github
29+
run: uv run --dev ruff format --check --diff --output-format=github

0 commit comments

Comments
 (0)