We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ea517f commit 4f816ffCopy full SHA for 4f816ff
.github/workflows/python-app.yaml
@@ -15,6 +15,8 @@ jobs:
15
run: |
16
pip install uv
17
uv sync
18
+ - name: install ruff
19
+ run: |
20
pip install ruff
21
- name: lint
22
0 commit comments