backy/.woodpecker/go-lint.yml
Andrew Woodlee 6ccb75f4fa
Some checks failed
ci/woodpecker/push/go-lint Pipeline failed
added scriptEnvFile to command.commandName object
2023-08-06 22:27:51 -05:00

10 lines
176 B
YAML

steps:
build:
image: golang
commands:
- go build
- go test
release:
image: golangci/golangci-lint:v1.53.3
commands:
- golangci-lint run -v