Skip to content

Commit

Permalink
modified linttool /home/ak1ra/go/bin
Browse files Browse the repository at this point in the history
  • Loading branch information
ak1ra24 committed Jan 28, 2020
1 parent aa1fc41 commit ada8d66
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,10 @@ jobs:
- name: Running golangci-lint
env:
GO111MODULE: on
GOPATH: /home/runner/work/
run: |
go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
- name: lint
run: $GOPATH/bin/golangci-lint run
${GOPATH}/bin/golangci-lint run
- name: test
run: go test ./... -v

0 comments on commit ada8d66

Please sign in to comment.