Rewrite pipeline
continuous-integration/woodpecker the build was successful
Details
continuous-integration/woodpecker the build was successful
Details
Signed-off-by: jolheiser <john.olheiser@gmail.com>
parent
b87219f5ea
commit
e4099546ae
|
@ -1,17 +1,9 @@
|
||||||
---
|
pipeline:
|
||||||
kind: pipeline
|
compliance:
|
||||||
name: compliance
|
when:
|
||||||
trigger:
|
event:
|
||||||
event:
|
- pull_request
|
||||||
- pull_request
|
|
||||||
steps:
|
|
||||||
- name: build
|
|
||||||
pull: always
|
|
||||||
image: golang:1.17
|
image: golang:1.17
|
||||||
commands:
|
commands:
|
||||||
- make test
|
- go test -race ./...
|
||||||
- name: check
|
- go vet ./...
|
||||||
pull: always
|
|
||||||
image: golang:1.17
|
|
||||||
commands:
|
|
||||||
- make vet
|
|
Loading…
Reference in New Issue