steps: - name: gofmt image: golang:1.23.2 commands: - gofmt -l -s . when: - event: push