actions-marketplace-validations/Run stylelint with reviewdog

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

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenGITHUB_TOKEN.yes${{ github.token }}
levelReport level for reviewdog [info,warning,error]error
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. Whether reviewdog should fail when errors are found. [true,false] - This is useful for failing CI builds.false
filter_modeReviewdog filter mode [added, diff_context, file, nofilter]added
nameReport namestylelint
packagesAdditional NPM packages""
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. github-pr-check
stylelint_inputFiles or glob. Default: `**/*.css`. It's same as `[input]` of stylelint.**/*.css
stylelint_configIt's same as `--config` flag of stylelint.
stylelint_ignoreFiles or glob. It's the same as `--ignore-pattern` of stylelint
workdirThe directory from which to look for and run stylelint. Default: '.'.

no outputs