undo change to github workflow because I don't have permission

This commit is contained in:
Kenneth Kehl
2023-08-08 11:02:33 -07:00
parent b92f386290
commit 5afecc2210

View File

@@ -36,8 +36,6 @@ 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