This commit is contained in:
parent
0e4680eef2
commit
33bf5eaff2
@ -3,6 +3,10 @@ type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: lint
|
||||
image: golangci/golangci-lint
|
||||
commands:
|
||||
- golangci-lint run
|
||||
- name: build
|
||||
image: golang
|
||||
commands:
|
||||
|
Loading…
Reference in New Issue
Block a user