add tada to makefile

This commit is contained in:
Kenneth Kehl
2025-01-23 13:41:13 -08:00
parent 0d874828e4
commit 49f4129e5b
5 changed files with 24 additions and 21 deletions

View File

@@ -49,9 +49,7 @@ jobs:
NOTIFY_E2E_TEST_PASSWORD: ${{ secrets.NOTIFY_E2E_TEST_PASSWORD }}
- name: Check imports alphabetized
run: poetry run isort ./app ./tests
- name: Run formatting
run: poetry run black .
run: poetry run isort --check-only ./app ./tests
- name: Run style checks
run: poetry run flake8 .
- name: Check for dead code