steps: test: image: golang:1.23 commands: - go test ./... when: - event: pull_request repo: ada/spiegel - event: push branch: main repo: ada/spiegel