Don't allow CI to continue on lint errors!

This commit is contained in:
Tibor Leupold 2023-02-27 13:44:15 -08:00
Родитель 102192a5b8
Коммит 12a0a1c050
1 изменённых файлов: 0 добавлений и 1 удалений

1
.github/workflows/continous-integration.yml поставляемый
Просмотреть файл

@ -102,7 +102,6 @@ jobs:
#
# Using djhtml indent check in the meantime.
djhtml -c maintenance/ network-api/
continue-on-error: true
- name: Run type checks
run: mypy network-api
- name: Run Tests