mirror of
https://github.com/thegeeklab/wp-matrix.git
synced 2024-11-09 18:10:39 +00:00
10 lines
222 B
YAML
10 lines
222 B
YAML
language: go
|
|
go:
|
|
- 1.8
|
|
install:
|
|
- go get github.com/golang/lint/golint
|
|
- go get github.com/fzipp/gocyclo
|
|
- go get github.com/client9/misspell/...
|
|
- go get github.com/gordonklaus/ineffassign
|
|
script: ./hooks/pre-commit
|