enforce schema docs in linting (#3843)
This commit is contained in:
committed by
GitHub
parent
0c22220123
commit
409c088c2c
5
.github/workflows/linting.yml
vendored
5
.github/workflows/linting.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user