docs: add metadata path gate

This commit is contained in:
tukuaiai
2026-05-04 00:14:13 +08:00
parent 7ab504b055
commit f4889accd7
7 changed files with 156 additions and 6 deletions
+2
View File
@@ -28,6 +28,8 @@ jobs:
run: python3 scripts/check-local-links.py
- name: Check markdown details and summaries
run: python3 scripts/check-markdown-details.py
- name: Check metadata paths and anchors
run: python3 scripts/check-metadata.py
link-checker:
runs-on: ubuntu-latest