actions-marketplace-validations/Run eslint with reviewdog

🐶 Run eslint with reviewdog on pull requests to improve code review experience.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Mar 14, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/reviewdog_action-eslint@179507c17dd3a060c898f0a1388d0f9f69f0d712 # no releases — HEAD as of 2026-07-13

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

namedescriptionrequireddefault
github_tokenGITHUB_TOKEN.yes${{ github.token }}
levelReport level for reviewdog [info,warning,error]noerror
reporterReporter of reviewdog command [github-check,github-pr-review]. Default is github-pr-review. github-pr-review can use Markdown and add a link to rule page in reviewdog reports. nogithub-pr-review
filter_modeFiltering mode for the reviewdog command [added,diff_context,file,nofilter]. Default is added. noadded
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`. nofalse
reviewdog_flagsAdditional reviewdog flagsno""
eslint_flagsflags and args of eslint command. Default: '.'no.
workdirThe directory from which to look for and run eslint. Default '.'no.
tool_nameTool name to use for reviewdog reporternoeslint
node_optionsNODE_OPTIONS for running eslintno""

no outputs