notify-api-387 scan projects for unused code

This commit is contained in:
Kenneth Kehl
2023-08-08 12:12:15 -07:00
parent 5afecc2210
commit d36c70ed16
3 changed files with 3 additions and 4 deletions

View File

@@ -36,6 +36,8 @@ jobs:
run: pipenv run flake8 .
- name: Check imports alphabetized
run: pipenv run isort --check-only ./app ./tests
- name: Check dead code
run: make dead-code
- name: Run js lint
run: npm run lint
- name: Run js tests