diff --git a/.github/workflows/suggester.yml b/.github/workflows/suggester.yml index 331952b..b427f2f 100644 --- a/.github/workflows/suggester.yml +++ b/.github/workflows/suggester.yml @@ -14,16 +14,16 @@ jobs: with: go-version: 1.16 - - name: Tests - run: | - run: go test $(go list ./...) - - name: golangci-lint uses: golangci/golangci-lint-action@v2 with: version: latest + - name: Tests + run: | + go test $(go list ./...) + - name: Suggester uses: reviewdog/action-suggester@v1 with: - tool_name: golangci-lint \ No newline at end of file + tool_name: golangci-lint diff --git a/.golangci.yml b/.golangci.yml index fc7d322..3ac1f01 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -55,7 +55,7 @@ linters: - prealloc - predeclared - asciicheck - - golint + - revive - forbidigo - makezero #- interfacer