Skip to content

Commit

Permalink
Add ruff version output to cli
Browse files Browse the repository at this point in the history
  • Loading branch information
NeffIsBack committed Oct 17, 2023
1 parent dd3a285 commit b3e1a0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ jobs:
run: |
poetry install --with dev
- name: Run ruff
run: poetry run ruff check .
run: |
poetry run ruff --version
poetry run ruff check .

0 comments on commit b3e1a0d

Please sign in to comment.