We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 060efca commit 00ae9f4Copy full SHA for 00ae9f4
.github/workflows/lint.yaml
@@ -26,7 +26,5 @@ jobs:
26
run: |
27
python -m pip install --upgrade pip poetry
28
poetry install
29
- - name: Install Python dependencies
30
- run: python -m poetry install
31
- name: Run Ruff
32
- run: python -m ruff check --output-format=github
+ run: poetry run ruff check --output-format=github
0 commit comments