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