when: - event: [push, pull_request] branch: main steps: - name: types image: python:3.11 commands: - pip install uv - uv sync --no-dev --only-group types - uv run mypy .