mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 07:53:26 +00:00
Fix doc_status.py
trying to get removed version
tag from XML
This also runs `doc_status.py` on CI to catch potential future regressions.
This commit is contained in:
parent
60f3b7967c
commit
c16db0935f
2 changed files with 1 additions and 6 deletions
1
.github/workflows/static_checks.yml
vendored
1
.github/workflows/static_checks.yml
vendored
|
@ -86,6 +86,7 @@ jobs:
|
|||
|
||||
- name: Documentation checks
|
||||
run: |
|
||||
doc/tools/doc_status.py doc/classes modules/*/doc_classes platform/*/doc_classes
|
||||
doc/tools/make_rst.py --dry-run --color doc/classes modules platform
|
||||
|
||||
- name: Style checks via clang-format (clang_format.sh)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue