This commit is contained in:
Tibor Leupold 2022-12-06 09:24:24 -08:00
Родитель e4db2b52d8
Коммит 90e3deee4b
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -94,6 +94,11 @@ jobs:
flake8 .
isort . --check-only
black . --check
- name: Run HTML linting
run: |
djlint . --check
djlint . --lint
continue-on-error: true
- name: Run type checks
run: mypy network-api
- name: Run Tests