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 1628d73 commit 3a8a6a9Copy full SHA for 3a8a6a9
.github/workflows/pytest-ubuntu.yaml
@@ -22,7 +22,7 @@ jobs:
22
23
# Update output format to enable automatic inline annotations.
24
- name: Run Ruff
25
- run: ruff check --output-format=github .
+ run: pdm run ruff check --output-format=github .
26
27
- name: Run tests
28
run: |
0 commit comments