Skip to content

updating bookmark and about section #76

updating bookmark and about section

updating bookmark and about section #76

Workflow file for this run

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