quantecon/AI-Powered Link Checker

Check and validate web links in HTML files with AI-powered suggestions for improvements

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Oct 1, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: quantecon/action-link-checker@890d35e42e8801b522e6de2bb60a4ce13c643e6b # v1.0.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
html-pathPath to directory containing HTML files to scanno./_build/html
modeScanning mode: "full" for all files, "changed" for PR-changed files onlynofull
silent-codesHTTP status codes to silently report without failing (comma-separated)no403,503
fail-on-brokenWhether to fail the workflow if broken links are foundnotrue
ai-suggestionsWhether to enable AI-powered link improvement suggestionsnotrue
create-issueWhether to create a GitHub issue when broken links are foundnofalse
issue-titleTitle for the GitHub issue when broken links are foundnoBroken Links Found in Documentation
create-artifactWhether to create a workflow artifact with the link reportnofalse
artifact-nameName for the workflow artifact containing the link reportnolink-check-report
notifyGitHub username(s) to assign to the created issue (comma-separated for multiple users)no""
timeoutTimeout in seconds for each link check (increased default for better robustness)no45
max-redirectsMaximum number of redirects to followno5
namedescription
broken-links-foundWhether broken links were found (true/false)
broken-link-countNumber of broken links found
redirect-countNumber of redirects found
link-detailsDetails of broken links and suggestions
ai-suggestionsAI-powered suggestions for link improvements
issue-urlURL of the created GitHub issue (if create-issue is enabled)
artifact-pathPath to the created artifact file (if create-artifact is enabled)