notify-api-387 scan projects for unused code

This commit is contained in:
Kenneth Kehl
2023-08-08 11:00:09 -07:00
parent 382d263972
commit b92f386290
3 changed files with 7 additions and 0 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