Signed-off-by: jolheiser <john.olheiser@gmail.com>
jolheiser 2021-10-08 15:46:38 -05:00
parent 7384e4c19e
commit 3dca020eb2
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
1 changed files with 3 additions and 4 deletions

View File

@ -1,9 +1,8 @@
pipeline:
compliance:
when:
event:
- pull_request
image: golang:1.17
commands:
- go test -race ./...
- go vet ./...
- go vet ./...
when:
event: [ pull_request ]