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