Skip to content

Commit

Permalink
Use mainstream golangci action
Browse files Browse the repository at this point in the history
  • Loading branch information
karimodm committed Nov 8, 2023
1 parent 1029cd8 commit 70ae7dd
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,8 @@ jobs:
go build -buildmode=plugin -o typegroupingcheck.so
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2
uses: golangci/golangci-lint-action@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
golangci_lint_flags: "--timeout=10m"
reporter: github-pr-check
filter_mode: nofilter
fail_on_error: true
version: latest
install-mode: goinstall
args: --timeout=10m

0 comments on commit 70ae7dd

Please sign in to comment.