actions-marketplace-validations/blc-link-checker-action
Find broken links, missing images, etc within your HTML.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| url | Url of site | yes | https://github.com/roc/link-checker |
| blc_args | BLC args | no | "" |
| allow_failures | Pass the job even if the link checker finds broken links | no | false |
| output_file | Summary output file path | no | blc/out.md |
Outputs
| name | description |
|---|---|
| report | Location of the report file |
| exit_code | The exit code returned from BLC |