Skip to content

Commit

Permalink
chore: update Github Actions job to use 'poetry run ruff check .'
Browse files Browse the repository at this point in the history
  • Loading branch information
pablet committed Jul 30, 2024
1 parent 26d41b7 commit 55c302f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
pip install poetry
poetry install --with dev
- name: Run ruff
run: poetry run ruff .
run: poetry run ruff check .

codecov:
needs: unit_test
Expand Down

0 comments on commit 55c302f

Please sign in to comment.