mongolyy/Run Biome with reviewdog

🐶 Run Biome 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_TOKENyes${{ github.token }}
workdirWorking directory relative to the root directory. This is where the action will look for a package.json file which declares Biome as a dependency. Please note that this is different from the directory where the action will run Biome, which is specified in the biome_flags input. no.
tool_nameTool name to use for reviewdog reporter.noBiome
levelReport level for reviewdog [info,warning,error].noerror
reporterReporter of reviewdog command [github-check,github-pr-review,github-pr-check].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 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] no
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.no""
biome_flagsFlags and args for Biome command.no.

no outputs