chore(acm2-75): 补文档校验盲区并接入 CI 门禁

This commit is contained in:
windyboy
2026-09-21 10:35:01 +08:00
parent 6da5a0021a
commit 32bbd459c1
4 changed files with 61 additions and 3 deletions
+2
View File
@@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check docs
run: python3 scripts/check-docs.py .
- name: Set up JDK 25
uses: actions/setup-java@v4
with: