docs: run zensical in strict mode - #87
Conversation
|
@andrewcb22 Thanks for the contribution! There is one thing I’d like to address before merging: the Docs workflow currently runs only on pushes to main. This means broken links would be detected after the PR is merged, during the documentation deployment. Could you please add a separate read-only docs check for pull requests, preferably as a dedicated job in Once that PR check is added, this should be good to merge. |
4cff7a9 to
e5832d1
Compare
# Conflicts: # CHANGELOG.md # CONTRIBUTING.md
|
Thanks for the anchor fixes — those were correct. Since this had gone quiet for a few days while the strict-build errors kept resurfacing on |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Adds a dedicated `docs` job to ci.yml so broken doc links fail CI on every pull request, not just on the push to main that triggers the Pages deploy.
e17f5a2 to
09d4635
Compare
Summary
Closes #81
Validation