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