Skip to content

Commit

Permalink
Reviewdog version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
karimodm committed May 27, 2022
1 parent ebc066f commit e94415d
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,9 @@ 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
with:
github_token: ${{ secrets.github_token }}
golangci_lint_flags: "--timeout=10m"
reporter: "github-pr-review"
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2

0 comments on commit e94415d

Please sign in to comment.