Skip to content

Commit

Permalink
Remove parallel runners option
Browse files Browse the repository at this point in the history
  • Loading branch information
onetechnical committed Apr 25, 2024
1 parent 09bdb69 commit 651d9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: reviewdog/[email protected]
with:
golangci_lint_version: "v1.53.2"
golangci_lint_flags: "-c .golangci.yml --allow-parallel-runners"
golangci_lint_flags: "-c .golangci.yml"
reporter: "github-pr-review"
tool_name: "Lint Errors"
level: "error"
Expand Down

0 comments on commit 651d9a5

Please sign in to comment.