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