Skip to content

Commit e0e9065

Browse files
committed
fix: github pipeline
1 parent a0c3a29 commit e0e9065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: poetry install
2323
- name: Test
2424
run: |
25-
poetry run ruff check --output=format=github .
25+
poetry run ruff check --output-format=github .
2626
poetry run py.test tests/ --cov=src/ --color=yes
2727
- name: Build
2828
run: poetry build

0 commit comments

Comments
 (0)