epmatt/Run tsc with reviewdog

🐶 Run tsc with reviewdog to improve code checking and review experience for TypeScript-based modules.

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 typescript as a dependency. 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_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 flags. Default is ``. no""
tool_nameTool name to use for reviewdog reporternotsc
tsc_flagsFlags and args to pass to tsc. Default is ``. no""

no outputs