when: event: [ push, pull_request ] steps: mypy: image: python:3 commands: - pip3 install mypy types-setuptools - mypy slixmpp