Skip to content

Commit

Permalink
ci(lint): add step to install lint group
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertRosca committed Oct 2, 2024
1 parent c82118e commit 1cf2c23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Lint - install
run: poetry install --with lint

- name: Lint - ruff
if: always()
run: poetry run poe ruff
Expand Down

0 comments on commit 1cf2c23

Please sign in to comment.