Skip to content

Commit

Permalink
Merge branch 'master' into issue3513
Browse files Browse the repository at this point in the history
  • Loading branch information
millken authored Jul 12, 2022
2 parents ed50c87 + 74cbc38 commit 3adca9b
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 3adca9b

Please sign in to comment.