Add gofmt test to wercker.yml
This commit is contained in:
parent
59cfc4bd03
commit
937c91e1cf
1 changed files with 7 additions and 0 deletions
|
@ -7,6 +7,13 @@ build:
|
|||
# at the right place in the workspace tree
|
||||
- setup-go-workspace
|
||||
|
||||
# Test go formatting
|
||||
- script:
|
||||
name: gofmt
|
||||
code: |
|
||||
gofmt -l *.go */*.go */*/*.go
|
||||
test -z "$(gofmt -l *.go */*.go */*/*.go)"
|
||||
|
||||
# Gets the dependencies
|
||||
- script:
|
||||
name: go get
|
||||
|
|
Loading…
Reference in a new issue