From c26ef59a6a5e320ead9ed1c827119a6704f52825 Mon Sep 17 00:00:00 2001 From: Mahyar McDonald Date: Mon, 3 Nov 2025 19:18:21 -0800 Subject: [PATCH] comment --- .github/workflows/pull_request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ./...