enforce schema docs in linting (#3843)

This commit is contained in:
Ludovico Magnocavallo
2026-04-08 12:20:50 +02:00
committed by GitHub
parent 0c22220123
commit 409c088c2c
23 changed files with 292 additions and 26 deletions

View File

@@ -80,6 +80,11 @@ jobs:
run: |
python3 tools/check_documentation.py --show-diffs --no-show-summary modules fast
- name: Check schema docs
id: schema-docs
run: |
python3 tools/check_schema_docs.py --show-diffs --no-show-summary modules fast blueprints
- name: Check documentation links
id: documentation-links-fabric
run: |