actions-marketplace-validations/Run golangci-lint on multiple (go) modules with reviewdog
🐶 Run golangci-lint with reviewdog on pull requests to improve code review experience.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 13, 2021
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/chasbob_action-golangci-lint@97f88de5d6f4d36558a9e8e287633317ea630b5b # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GITHUB_TOKEN. | yes | ${{ github.token }} |
| golangci_lint_flags | golangci-lint flags. (golangci-lint run --out-format=line-number <golangci_lint_flags>) | — | "" |
| tool_name | Tool name to use for reviewdog reporter | — | golangci |
| level | Report level for reviewdog [info,warning,error] | — | error |
| reporter | Reporter of reviewdog command [github-pr-check,github-pr-review,github-check]. | — | github-pr-check |
| filter_mode | Filtering for the reviewdog command [added,diff_context,file,nofilter]. Default is added. | — | added |
| fail_on_error | Exit code for reviewdog when errors are found [true,false] Default is `false`. | — | false |
| reviewdog_flags | Additional reviewdog flags | — | "" |
| workdir | Working directory relative to the root directory. | — | . |
| diff | diff command used by reviewdog | — | git diff FETCH_HEAD |
Outputs
no outputs