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 6aedd5b commit 1f388caCopy full SHA for 1f388ca
.github/workflows/python-app.yml
@@ -31,8 +31,7 @@ jobs:
31
if [ -f requirements.txt ]; then uv pip install -r requirements.txt --system; fi
32
- name: Lint with ruff and pylint
33
run: |
34
- ruff check packet
35
- pylint packet/routes packet
+ ruff check packet && pylint packet/routes packet
36
37
typecheck:
38
runs-on: ubuntu-latest
0 commit comments