Skip to content

Commit 1b07a26

Browse files
Call ruff correctly.
1 parent 3f301ab commit 1b07a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Lint with Ruff
3030
run: |
3131
uv tool install ruff
32-
uv ruff check --output-format=github .
32+
uv run ruff check --output-format=github .
3333
continue-on-error: false
3434

3535
- name: Install dependencies

0 commit comments

Comments
 (0)