forbid in-DMI icon state name dupes with CI (#22734)

* forbid in-DMI icon state name dupes with CI

* remove final icon dupes

* use shodancoat item_state
This commit is contained in:
warriorstar-orion
2024-03-01 08:12:21 -05:00
committed by GitHub
parent 805d6acb71
commit 43b3bb0e44
9 changed files with 42 additions and 0 deletions
+1
View File
@@ -37,6 +37,7 @@ jobs:
python tools/ci/unticked_files.py ${GITHUB_WORKSPACE}
python tools/ci/illegal_dme_files.py ${GITHUB_WORKSPACE}
python -m tools.ci.check_icon_conflicts
python -m tools.ci.check_icon_dupenames
python -m tools.maplint.source --github
DREAMCHECKER_EXIT_CODE=0
~/dreamchecker > ${GITHUB_WORKSPACE}/output-annotations.txt 2>&1 || DREAMCHECKER_EXIT_CODE=$?