Skip to content

Commit

Permalink
Reviewdog version bump (#2223)
Browse files Browse the repository at this point in the history
  • Loading branch information
karimodm authored May 31, 2022
1 parent ebc066f commit 61d556c
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,14 @@ jobs:
steps:

- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0 # required for new-from-rev option in .golangci.yml

- uses: actions/setup-go@v1
with:
go-version: "1.18"

- name: Run golangci-lint
uses: docker://reviewdog/action-golangci-lint:latest
uses: reviewdog/action-golangci-lint@v2
with:
github_token: ${{ secrets.github_token }}
golangci_lint_flags: "--timeout=10m"
reporter: "github-pr-review"
reporter: "github-pr-check"
fail_on_error: true

0 comments on commit 61d556c

Please sign in to comment.