Skip to content

adding github docs; updating workflows (#4) #14

adding github docs; updating workflows (#4)

adding github docs; updating workflows (#4) #14

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]"