Skip to content

ci: add cargo doc step to test job to catch broken intra-doc links (#173) - #178

Open
ghzhost wants to merge 1 commit into
MergeFi:mainfrom
ghzhost:fix/ci-cargo-doc-broken-links-173
Open

ci: add cargo doc step to test job to catch broken intra-doc links (#173)#178
ghzhost wants to merge 1 commit into
MergeFi:mainfrom
ghzhost:fix/ci-cargo-doc-broken-links-173

Conversation

@ghzhost

@ghzhost ghzhost commented Aug 21, 2026

Copy link
Copy Markdown

Closes #173

Summary

Adds RUSTDOCFLAGS="-D warnings" cargo doc --workspace --no-deps to the test workflow job in .github/workflows/ci.yml.

This automatically validates that doc-comments, intra-doc cross references (such as issue references and rustdoc code-blocks) throughout the workspace remain well-formed without broken links.

@vercel

vercel Bot commented Aug 21, 2026

Copy link
Copy Markdown

Someone is attempting to deploy a commit to the chonilius' projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CI never runs cargo doc to catch broken intra-doc links or doc-comment issues

1 participant