2023-07-21 22:49:23 -05:00
|
|
|
steps:
|
2023-08-06 22:27:51 -05:00
|
|
|
build:
|
|
|
|
image: golang
|
|
|
|
commands:
|
|
|
|
- go build
|
|
|
|
- go test
|
2023-07-21 20:42:14 -05:00
|
|
|
release:
|
|
|
|
image: golangci/golangci-lint:v1.53.3
|
|
|
|
commands:
|
2024-11-19 23:49:00 -06:00
|
|
|
- golangci-lint run -v --timeout 5m
|
|
|
|
|
|
|
|
when:
|
|
|
|
- event: push
|
|
|
|
branch: develop
|