Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasng committed Dec 2, 2019
1 parent e0cd301 commit 7d7164a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Run linters
run: |
#export PATH=$PATH:$(go env GOPATH)/bin # temporary fix. See https://github.com/actions/setup-go/issues/14
$env:PATH += ";$(go env GOPATH)/bin" # temporary fix. See https://github.com/actions/setup-go/issues/14
golangci-lint -E bodyclose,misspell,gocyclo,dupl,gofmt,golint,unconvert,goimports,depguard,gocritic,funlen,interfacer run
test:
Expand Down

0 comments on commit 7d7164a

Please sign in to comment.