Merge branch 'master' of github.com:sundowndev/go-search
commit
0092581e2e
|
@ -1,10 +1,6 @@
|
||||||
name: Build
|
name: Build
|
||||||
|
|
||||||
on:
|
on: [push]
|
||||||
push:
|
|
||||||
branches: [ master ]
|
|
||||||
pull_request:
|
|
||||||
branches: [ master ]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -31,7 +27,7 @@ jobs:
|
||||||
go get -u golang.org/x/lint/golint
|
go get -u golang.org/x/lint/golint
|
||||||
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: $GOPATH/bin/golint -min_confidence 0.3 ./...
|
run: $HOME/go/bin/golint -min_confidence 0.3 ./...
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: go build -v .
|
run: go build -v .
|
||||||
|
|
Loading…
Reference in New Issue