Skip to content

Merge pull request #2 from tristanlatr/more-projects #6

Merge pull request #2 from tristanlatr/more-projects

Merge pull request #2 from tristanlatr/more-projects #6

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