ci(docs): add markdown relative link check gate

This commit is contained in:
Abhimanyu Saharan
2026-02-12 08:17:59 +00:00
parent 8e72b7e0bc
commit d830918fd1
3 changed files with 102 additions and 0 deletions

View File

@@ -87,6 +87,11 @@ jobs:
make frontend-test
make frontend-build
- name: Docs link check
run: |
python scripts/check_markdown_links.py
- name: Upload coverage artifacts
if: always()
uses: actions/upload-artifact@v4