This commit is contained in:
@@ -10,10 +10,14 @@ trigger:
|
||||
- pull_request
|
||||
|
||||
steps:
|
||||
- name: deps
|
||||
image: golang:1.24-alpine
|
||||
commands:
|
||||
- go mod download
|
||||
- name: lint
|
||||
image: golangci/golangci-lint:v1.59-alpine
|
||||
commands:
|
||||
- golangci-lint run ./...
|
||||
- golangci-lint run --timeout=5m --verbose ./...
|
||||
|
||||
- name: test
|
||||
image: golang:1.24-alpine
|
||||
|
||||
Reference in New Issue
Block a user