Skip to content

Commit

Permalink
Install ruff on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
luqasz committed Oct 20, 2023
1 parent de6a93c commit 9f59456
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ jobs:
if: steps.pysetup.outputs.cache-hit != 'true'
run: poetry install --no-interaction

- name: Install ruff
run: poetray add --group=dev ruff

- name: Lint
run: >
poetry run
Expand Down

0 comments on commit 9f59456

Please sign in to comment.