comphead opened a new issue, #21747:
URL: https://github.com/apache/datafusion/issues/21747
DataFusion does not have a CI action to check broken links in markdown
files.
Here's what the existing CI workflows do for docs/markdown:
- docs_pr.yaml — Builds the Sphinx docs (docs/build.sh) on PRs that touch
docs/**, catching build errors/warnings, but not specifically checking links.
- docs.yaml — Deploys built docs to the asf-site branch on pushes to main.
- dev.yml — Runs prettier formatting checks on docs, spell checking with
typos, and license header checks — but no link checking.
There's no use of a link checker tool like lychee, markdown-link-check, or
linkchecker anywhere in the workflows
_Originally posted by @comphead in
https://github.com/apache/datafusion/pull/21679#discussion_r3111939263_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]