Skip to content

Merge pull request #1 from tristanlatr/welcome-pydoctor-primer #3

Merge pull request #1 from tristanlatr/welcome-pydoctor-primer

Merge pull request #1 from tristanlatr/welcome-pydoctor-primer #3

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