caltechlibrary/Baler – BAd Link reportER
Test URLs in Markdown files and open an issue for problems found
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 25, 2024
- License
- None
Pinned Snippet
uses: caltechlibrary/baler@9a2a5f576762bdedf272248d4f5385d5c223be89 # v2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| files | Regexes for files to test. Can be comma-separated list. | yes | *.md |
| ignore | File containing a list of URLs to ignore, one per line. | no | .github/workflows/ignored-urls.txt |
| labels | Labels assigned to GitHub issues created by this workflow. | no | bug |
| lookback | How many previous issues to check for duplicate reports. | no | 5 |
| timeout | Number of seconds to wait on unresponsive URL. | no | 15 |
| debug | Run in debug mode. | no | false |
| lyVersion | Version of Lychee link checker program. | no | 0.14.1 |
| lyDownloadBase | Base download URL for Lychee binaries. | no | https://github.com/lycheeverse/lychee/releases/download |
| lyRetryWaitTime | Time to wait between retries, in seconds. | no | 10 |
Outputs
no outputs