lukasparke/Slinky Link Checker
Slink through your repository looking for dead links
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| targets | Comma-separated paths and patterns to scan. Can be directories, files, or glob patterns. Ex: docs/,api-specs/**/*.yaml,README.md | no | **/* |
| concurrency | Maximum concurrent requests | no | — |
| timeout | HTTP timeout seconds | no | — |
| respect_gitignore | Respect .gitignore while scanning | no | — |
| json_out | Optional path to write JSON results | no | — |
| md_out | Optional path to write Markdown report for PR comment | no | — |
| repo_blob_base | Override GitHub blob base URL (https://github.com/<owner>/<repo>/blob/<sha>) | no | — |
| fail_on_failures | Fail the job if any links fail | no | — |
| comment_pr | If running on a PR, post a comment with the report | no | — |
| step_summary | Append the report to the GitHub Step Summary | no | — |
Outputs
| name | description |
|---|---|
| json_path | Path to JSON results file |
| md_path | Path to Markdown report file |