actions-marketplace-validations/actionlint with reviewdog

run actionlint with reviewdog

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Jan 27, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/reviewdog_action-actionlint@f4bb4d50c4c9e45cc64f413d2bc438ea1cf2d9d5 # 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 }}
tool_nameTool name to use for reviewdog reporteryesactionlint
levelReport level for reviewdog [info,warning,error]yeserror
reporterReporter of reviewdog command [github-pr-check,github-pr-review,github-check]. Default is github-pr-check. github-pr-review can use Markdown and add a link to rule page in reviewdog reports. yesgithub-pr-check
filter_modeFiltering mode for the reviewdog command [added,diff_context,file,nofilter]. Default is file. yesfile
fail_levelIf set to `none`, always use exit code 0 for reviewdog. Otherwise, exit code 1 for reviewdog if it finds at least 1 issue with severity greater than or equal to the given level. Possible values: [none,any,info,warning,error] Default is `none`. none
fail_on_errorDeprecated, use `fail_level` instead. Exit code for reviewdog when errors are found [true,false] Default is `false`. yesfalse
reviewdog_flagsAdditional reviewdog flagsno""
actionlint_flagsAdditional actionlint flagsno""

no outputs