Skip to content

Readthedocs (#15)

Readthedocs (#15) #72

Workflow file for this run

on: [push]
jobs:
mypy:
runs-on: ubuntu-latest
name: "mypy"
steps:
- uses: davidslusser/[email protected]
with:
src: "src"
options: "-v"
pip_install_command: "pip install -e .[dev]"