Skip to content

Commit

Permalink
Update github action ruff usage
Browse files Browse the repository at this point in the history
  • Loading branch information
eruvanos committed Jun 6, 2024
1 parent 0855e1b commit df90719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
poetry run pip install ruff "coveralls[toml]" pytest-cov "coverage[toml]"
- name: Lint with ruff
run: |
poetry run ruff .
poetry run ruff check .
- name: Test with pytest
run: |
poetry run pytest --cov=openbrokerapi
Expand Down

0 comments on commit df90719

Please sign in to comment.