Skip to content

Enure we generate pydoctor ouput in two different folders. #7

Enure we generate pydoctor ouput in two different folders.

Enure we generate pydoctor ouput in two different folders. #7

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