actions-marketplace-validations/Run Prettier with reviewdog

🐶 Run Prettier with reviewdog to improve code checking, formatting and review experience for your codebase.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenGITHUB_TOKENno${{ github.token }}
workdirWorking directory relative to the root directory. This is where the action will look for a package.json which declares Prettier as a dependency. Please note that this is different from the directory Prettier will run on, which is defined in the prettier_flags input. Default is `.`. no.
levelReport level for reviewdog [info,warning,error]. Default is `error`. noerror
reporterReporter of reviewdog command [github-check,github-pr-check,github-pr-review]. Default is `github-pr-check`. nogithub-pr-check
filter_modeFiltering mode for the reviewdog command [added,diff_context,file,nofilter]. Default is `added`. noadded
fail_on_errorExit code for reviewdog when errors are found [true,false]. Default is `false`. nofalse
reviewdog_flagsAdditional reviewdog flags. Default is ``. no""
tool_nameTool name to use for reviewdog reporternoprettier
prettier_flagsFlags and args to pass to Prettier. If you override this input, please make sure to append to it the directory which Prettier will run on. The path provided here is relative to the workdir path, provided in the workdir input. Default is `.`, which makes Prettier run on the path provided in the workdir input. no.

no outputs