diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index a3f1f27..6d7d84b 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -18,9 +18,9 @@ jobs: with: go-version-file: "go.mod" - - name: Build and test go binaries + - name: Build, lint, and test go binaries run: | #shell - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.52.2 + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.52.2 # no external gh action deps $(go env GOPATH)/bin/golangci-lint run go build -v ./... go test -v ./...