Skip to content

Commit

Permalink
ci: rename lint black step, add check flag
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertRosca committed Aug 7, 2023
1 parent 0c4e5ec commit 79d9fce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
if: always()
run: poetry run poe ruff

- name: Lint - ruff
- name: Lint - black
if: always()
run: poetry run poe black
run: poetry run poe black --check

- name: Lint - mypy
if: always()
Expand Down

0 comments on commit 79d9fce

Please sign in to comment.