You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Optional) ${{ github.token }} is used by default.
level
(Optional) Report level for reviewdog [info,warning,error].
It's same as -level flag of reviewdog. Linkspector only reports errors, so if you change this value, you will not see any output.
reporter
Reporter 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.
(Optional) Exit code for reviewdog when errors are found with severity greater than or equal to the given level [none,any,info,warning,error].
Default is none.
fail_on_error
(Optional, deprecated) Exit code for reviewdog when errors are found [true,false]. This option is ignored if fail_level is used.
Default is false.
reviewdog_flags
(Optional) Additional reviewdog flags.
config_file
(Optional) Path to your linkspector configuration file .linkspector.yml.
For more details, see Linkspector configuration.
show_stats
(Optional) Show statistics about the checked links [true,false].
Default is false.
Note: Enabling the show_stats option causes Linkspector to run twice: once for reporting and again to collect statistics. Using this will increase the total run time of the action.
Real-life usage samples
Following is a list of some of the repositories which are using GitHub Action -
Markdown link check.