CI: add markdownlint + docs-check wrapper; extend link check scope

This commit is contained in:
Abhimanyu Saharan
2026-02-12 13:19:37 +00:00
parent 879b50199f
commit d6db63480e
14 changed files with 87 additions and 11 deletions

View File

@@ -88,9 +88,9 @@ jobs:
make frontend-build
- name: Docs link check
- name: Docs quality gates (lint + relative link check)
run: |
python scripts/check_markdown_links.py
make docs-check
- name: Upload coverage artifacts
if: always()