docs: add mintlify export + JSX balance checks to docs_check.py; run on PRs

This commit is contained in:
KaifAhmad1
2026-06-20 16:28:02 +05:30
parent ce8344aa73
commit 59aa3f1d86
3 changed files with 71 additions and 3 deletions
+3
View File
@@ -33,6 +33,9 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- uses: actions/setup-node@v6
with:
node-version: '20'
- run: python docs_check.py
deploy: