From d0bb53f685066b5ba5eb47a3c750e2fed99ad2e8 Mon Sep 17 00:00:00 2001 From: Mahyar McDonald Date: Mon, 3 Nov 2025 17:42:40 -0800 Subject: [PATCH] enterprise policy skip --- .github/workflows/pull_request.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index d2922b0..2d26504 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -23,10 +23,11 @@ jobs: go build -v ./... go test -v ./... - - name: Lint - uses: golangci/golangci-lint-action@v3 - with: - version: v1.52.2 + # TODO: Uncomment this when we are done fixing this error on the anysphere side. + # - name: Lint + # uses: golangci/golangci-lint-action@v3 + # with: + # version: v1.52.2 - name: Ensure apt_query binaries are executable run: | #shell