From 870144de17c37aa0b9c80f77e0c55884ec55983b Mon Sep 17 00:00:00 2001 From: CJACK Date: Mon, 6 Apr 2026 03:53:03 +0800 Subject: [PATCH] ci: remove golangci-lint step from quality gates workflow --- .github/workflows/quality-gates.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/quality-gates.yml b/.github/workflows/quality-gates.yml index 6af2daa..ef509eb 100644 --- a/.github/workflows/quality-gates.yml +++ b/.github/workflows/quality-gates.yml @@ -21,12 +21,6 @@ jobs: with: go-version: "1.26.x" - - name: golangci-lint - uses: golangci/golangci-lint-action@v6 - with: - version: latest - args: --timeout=5m - - name: Setup Node uses: actions/setup-node@v4 with: