liskin/gh-linkchecker
Check links using LinkChecker, plus: retry failures, output as GitHub error/warning/notice annotations, custom jq filters
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| urls | Space-separated list of URLs to crawl (default: GitHub Pages URL of the invoking repository) | no | — |
| linkcheckerrc | Configuration file for LinkChecker | no | "" |
| custom-jq-filter | Custom jq filter/program that can be used to implement complex ignore rules that can't be expressed in linkcheckerrc. This filter is run after every linkchecker attempt, so using it to upgrade warnings to errors will cause retries. | no | . |
| custom-jq-filter-post | Custom jq filter/program that can be used to implement complex ignore rules that can't be expressed in linkcheckerrc, such as turning warnings into errors or ignoring only temporary redirects but not permanent redirects. This filter is run after a successful (no errors) linkchecker attempt. | no | . |
| retries | Maximum number of retries (default: 1) | no | 1 |
Outputs
no outputs