Skip to content

Commit

Permalink
Update pr_review_dog.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkgos authored Jan 12, 2023
1 parent 2301b9a commit e4adc89
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pr_review_dog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ jobs:
go-version: '1.18.x'

- name: Check out code into the Go module directory
uses: actions/checkout@v3.3.0
uses: actions/checkout@v3

- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2
with:
golangci_lint_flags: "-E goimports -E gocritic -E misspell"
with: # BUG: typecheck error when enable all
args: --disable-all -E goimports,misspell,whitespace
version: latest

0 comments on commit e4adc89

Please sign in to comment.