mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 04:50:36 +03:00
Update backend.yml
This commit is contained in:
parent
4f7d76b2e7
commit
ef1dd78940
4
.github/workflows/backend.yml
vendored
4
.github/workflows/backend.yml
vendored
|
@ -34,8 +34,8 @@ jobs:
|
||||||
pip install -r requirements-dev.txt
|
pip install -r requirements-dev.txt
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: |
|
run: |
|
||||||
pylint cctext
|
pylint project apps
|
||||||
mypy cctext
|
mypy project apps
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
if: '!cancelled()'
|
if: '!cancelled()'
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue
Block a user