drop github format for linters

This commit is contained in:
Umputun
2021-04-09 15:16:06 -05:00
parent 9029b4d60f
commit bf86cee8b7

View File

@@ -35,8 +35,7 @@ jobs:
GO111MODULE=off go get -u github.com/mattn/goveralls
- name: run linters
run: $GITHUB_WORKSPACE/golangci-lint run --out-format=github-actions
working-directory: app
run: $GITHUB_WORKSPACE/golangci-lint run
env:
GOFLAGS: "-mod=vendor"
TZ: "America/Chicago"