Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
xianhuawei authored Jul 12, 2022
1 parent f1a1b4a commit 74cbc38
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 74cbc38

Please sign in to comment.