mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Check more things in checkrefs hook
This commit is contained in:
parent
1d6f7f3837
commit
117b9ed9d4
1 changed files with 5 additions and 1 deletions
|
|
@ -19,4 +19,8 @@ jobs:
|
|||
- name: Download necessary LFS assets
|
||||
run: git lfs pull -I binaries/data/mods/public/maps
|
||||
- name: Check for missing references
|
||||
run: ./source/tools/entity/checkrefs.py
|
||||
run: |
|
||||
./source/tools/entity/checkrefs.py \
|
||||
--check-map-xml \
|
||||
--validate-templates \
|
||||
--validate-actors
|
||||
|
|
|
|||
Loading…
Reference in a new issue