Skip to content

feat: add docker-compose file 2 #40

feat: add docker-compose file 2

feat: add docker-compose file 2 #40

Workflow file for this run

name: workflow-test
# run lint flake8 and tests bot
on: [push]
jobs:
build:
runs-on: macos-12
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- name: install dependecies
run: |
pip install poetry
poetry install
- name: run linter
run: |
make lint