when: - event: push steps: - name: development build image: ghcr.io/astral-sh/uv:python3.11-bookworm commands: - uv run -- transip-listen --help - name: production build image: ghcr.io/astral-sh/uv:python3.11-bookworm commands: - uv run -- transip-listen --help