1 2 3 4 5 6 7 8 9
when: - event: push steps: - name: mypy image: python:bookworm commands: - pip install tox - tox -e mypy