We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0c3a29 commit e0e9065Copy full SHA for e0e9065
.github/workflows/pipeline.yaml
@@ -22,7 +22,7 @@ jobs:
22
run: poetry install
23
- name: Test
24
run: |
25
- poetry run ruff check --output=format=github .
+ poetry run ruff check --output-format=github .
26
poetry run py.test tests/ --cov=src/ --color=yes
27
- name: Build
28
run: poetry build
0 commit comments