Skip to content

Commit

Permalink
temporarily remove lining (DO NOT MERGE)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjwebb committed Aug 8, 2024
1 parent d3e8f90 commit afeea3c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ jobs:
docker container stop registry
docker compose -f docker-compose.dev.yml up -d
while ! echo exit | nc localhost 5000; do sleep 10; done
- name: flake8 lint
run: docker compose -f docker-compose.dev.yml exec -T web make flake8
- name: pylint
run: docker compose -f docker-compose.dev.yml exec -T web make pylint
- name: pydocstyle lint
run: docker compose -f docker-compose.dev.yml exec -T web make pydocstyle
- name: pytest
run: docker compose -f docker-compose.dev.yml exec -T web make test
deploy_dev:
Expand Down

0 comments on commit afeea3c

Please sign in to comment.