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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Mar 13, 2021
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/chasbob_action-golangci-lint@97f88de5d6f4d36558a9e8e287633317ea630b5b # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
github_tokenGITHUB_TOKEN.yes${{ github.token }}
golangci_lint_flagsgolangci-lint flags. (golangci-lint run --out-format=line-number <golangci_lint_flags>)""
tool_nameTool name to use for reviewdog reportergolangci
levelReport level for reviewdog [info,warning,error]error
reporterReporter of reviewdog command [github-pr-check,github-pr-review,github-check].github-pr-check
filter_modeFiltering for the reviewdog command [added,diff_context,file,nofilter]. Default is added. added
fail_on_errorExit code for reviewdog when errors are found [true,false] Default is `false`. false
reviewdog_flagsAdditional reviewdog flags""
workdirWorking directory relative to the root directory..
diffdiff command used by reviewdoggit diff FETCH_HEAD

no outputs