Update backend.yml

This commit is contained in:
Ivan 2024-04-20 18:16:12 +03:00 committed by GitHub
parent 4f7d76b2e7
commit ef1dd78940
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,8 +34,8 @@ jobs:
pip install -r requirements-dev.txt
- name: Lint
run: |
pylint cctext
mypy cctext
pylint project apps
mypy project apps
- name: Run Tests
if: '!cancelled()'
run: |