From 74cbc38e2a91d31fb4c3c9d66c88211dd49026e7 Mon Sep 17 00:00:00 2001 From: xianhuawei <258022429@qq.com> Date: Tue, 12 Jul 2022 10:04:25 +0800 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 25c1aa4cc8..35cee65936 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,12 +29,12 @@ jobs: go-version: 1.17.2 # cache: true - - name: Error Check - uses: reviewdog/action-golangci-lint@v2 - with: - golangci_lint_flags: "--disable-all -E errcheck" - tool_name: errcheck - level: info +# - name: Error Check +# uses: reviewdog/action-golangci-lint@v2 +# with: +# golangci_lint_flags: "--disable-all -E errcheck" +# tool_name: errcheck +# level: info - name: Run Test id: unittest