Skip to content

Welcome pydoctor primer #2

Welcome pydoctor primer

Welcome pydoctor primer #2

Workflow file for this run

name: Run tests
on:
push:
pull_request:
jobs:
mypy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: |
pip install tox
tox -e mypy