your-ko/Link validation
Validates URLs and local file references in Markdown files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| logLevel | Controls verbosity (debug, info, warn, error). | — | info |
| fileMasks | Comma-separated file patterns to scan. | — | *.md |
| pat | GitHub.com personal access token. Optional. Used to avoid rate limiting. | — | "" |
| corpUrl | GitHub Enterprise base URL, for example, https://github.mycorp.com | — | "" |
| corpPat | GitHub Enterprise personal access token. The PAT needs read access to repositories referenced in your documentation. | — | "" |
| ddApiKey | Datadog API key. | — | "" |
| ddAppKey | Datadog APP key. | — | "" |
| ignore | Comma separated list of domains or their parts that should be ignored during validation. | — | "" |
| files | Comma separated list of files to validate. | — | "" |
| timeout | HTTP request timeout. | — | 5s |
| redirects | HTTP redirects number. | — | 3 |
| exclude | Comma separated list of files or folders to exclude from validation. | — | "" |
| lookupPath | A path to look for the files up. | — | ./ |
Outputs
no outputs