Merge branch 'master' of github.com:sundowndev/go-search

pull/2/head
sundowndev 2020-04-11 16:26:52 +01:00
commit 0092581e2e
1 changed files with 2 additions and 6 deletions

View File

@ -1,10 +1,6 @@
name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
on: [push]
jobs:
build:
@ -31,7 +27,7 @@ jobs:
go get -u golang.org/x/lint/golint
- name: Lint
run: $GOPATH/bin/golint -min_confidence 0.3 ./...
run: $HOME/go/bin/golint -min_confidence 0.3 ./...
- name: Build
run: go build -v .