We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0041ed commit 13e16a1Copy full SHA for 13e16a1
1 file changed
.github/workflows/main.yml
@@ -61,20 +61,10 @@ jobs:
61
- name: Build docker images
62
run: docker compose -f test-docker-compose.yaml build --no-cache
63
64
- - name: Run pycodestyle
65
- run: |
66
- pycodestyle --max-line-length=100 api/*.py
67
-
68
- name: Run API containers
69
run: |
70
docker compose -f test-docker-compose.yaml up -d test
71
72
- - name: Run pylint
73
74
- docker compose -f test-docker-compose.yaml exec -T test pylint --extension-pkg-whitelist=pydantic api/
75
- docker compose -f test-docker-compose.yaml exec -T test pylint tests/unit_tests
76
- docker compose -f test-docker-compose.yaml exec -T test pylint tests/e2e_tests
77
78
- name: Stop docker containers
79
if: always()
80
0 commit comments