Skip to content

Commit efceaed

Browse files
committed
app action
1 parent 4f816ff commit efceaed

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/python-app.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,8 @@ jobs:
1515
run: |
1616
pip install uv
1717
uv sync
18-
- name: install ruff
19-
run: |
20-
pip install ruff
2118
- name: lint
2219
run: |
23-
ruff check .
20+
uv run ruff check .
2421
2522

0 commit comments

Comments
 (0)