Update .github/workflows/checks.yml

Co-authored-by: Carlo Costino <ccostino@users.noreply.github.com>
This commit is contained in:
Kenneth Kehl
2025-01-29 13:21:28 -08:00
committed by GitHub
parent 5d565ab88b
commit 9630d085f4

View File

@@ -38,10 +38,8 @@ jobs:
output: report-markdown
annotations: failed-tests
prnumber: ${{ steps.findPr.outputs.number }}
- name: Run black
run: poetry run black .
- name: Check imports alphabetized
run: poetry run isort ./app ./tests
run: poetry run isort --check-only ./app ./tests
- name: Run style checks
run: poetry run flake8 .
- name: Check dead code