break out build/lint into diff phases

This commit is contained in:
Jeffrey Paul 2019-11-07 12:50:42 -08:00
parent 091d2b3f44
commit f68a770cf0
1 changed files with 4 additions and 0 deletions

View File

@ -8,4 +8,8 @@ steps:
commands:
- go get -v
- make build
- name: lint
image: golang:1.13
commands:
- go get -v
- make lint