ci: Gitea Actions 增加文档路径校验步骤

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Manus AI
2026-05-24 09:20:53 +08:00
parent 5d8cbe352c
commit ea29ca3131
2 changed files with 4 additions and 0 deletions

View File

@@ -23,6 +23,9 @@ jobs:
- name: Syntax check (compileall)
run: python3 -m compileall sdk/app
- name: Doc path validation
run: bash 开发文档/6、测试/scripts/validate_doc_paths.sh
- name: Pip install (smoke)
run: |
pip install -q -r sdk/requirements.txt

View File

@@ -5,6 +5,7 @@
| 脚本 | 用途 |
|------|------|
| `wireless_frida_wechat_batch_verify.py` | 无线 Frida 批量验证 |
| `validate_doc_paths.sh` | 校验文档无废弃根路径 + Wiki 源 check-only |
| `real_device_110_effect_verify.py` | 110 项真机效果验证 |
| `build_wechat_sdk_true_control_matrix_v*.py` | 接口矩阵生成 |