diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66cfe1e..ce8a155 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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"