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

@@ -122,3 +122,8 @@ backend-templates-sync: ## Sync templates to existing gateway agents (usage: mak
.PHONY: check
check: lint typecheck backend-coverage frontend-test build ## Run lint + typecheck + tests + coverage + build
.PHONY: docs-link-check
docs-link-check: ## Check for broken relative links in markdown docs
python scripts/check_markdown_links.py