From 117b9ed9d4f31f25cc7adf05289046c2fd096d01 Mon Sep 17 00:00:00 2001 From: Stan Date: Tue, 14 Jan 2025 21:27:10 +0100 Subject: [PATCH] Check more things in checkrefs hook --- .gitea/workflows/checkrefs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/checkrefs.yml b/.gitea/workflows/checkrefs.yml index 27846603b2..fd4d6e346d 100644 --- a/.gitea/workflows/checkrefs.yml +++ b/.gitea/workflows/checkrefs.yml @@ -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