country-geo-locations/.woodpecker/.gofmt.yaml
Tom Neuber 530610d905
All checks were successful
ci/woodpecker/push/gofmt Pipeline was successful
ci/woodpecker/push/vulncheck Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
chore(ci): move to woodpecker
2024-08-27 00:57:53 +02:00

7 lines
102 B
YAML

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