Skip to content

Commit 13e16a1

Browse files
committed
workflows: Remove linting from test workflow
Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
1 parent c0041ed commit 13e16a1

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -61,20 +61,10 @@ jobs:
6161
- name: Build docker images
6262
run: docker compose -f test-docker-compose.yaml build --no-cache
6363

64-
- name: Run pycodestyle
65-
run: |
66-
pycodestyle --max-line-length=100 api/*.py
67-
6864
- name: Run API containers
6965
run: |
7066
docker compose -f test-docker-compose.yaml up -d test
7167
72-
- name: Run pylint
73-
run: |
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-
7868
- name: Stop docker containers
7969
if: always()
8070
run: |

0 commit comments

Comments
 (0)