Skip to content

Merge pull request #200 from sinzlab/kklurz-bugfix #193

Merge pull request #200 from sinzlab/kklurz-bugfix

Merge pull request #200 from sinzlab/kklurz-bugfix #193

Workflow file for this run

name: Mypy
on: [push, pull_request]
jobs:
mypy:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- name: Check code with mypy
run: touch .env && docker-compose run mypy