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