Skip to content

Commit

Permalink
include poetry check
Browse files Browse the repository at this point in the history
  • Loading branch information
radenkovic committed Jan 23, 2023
1 parent 101fdd5 commit 71cb62f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
pip install poetry --quiet
poetry config virtualenvs.create false
poetry install --with dev --quiet
- name: Check poetry
run: poetry check
- name: Check formatting with black
uses: psf/black@stable
with:
Expand Down

0 comments on commit 71cb62f

Please sign in to comment.