feat: add script to check that UI files contain the env suffix macro for dev/prod
Deploy / deploy (push) Successful in 1m33s

This commit is contained in:
Benjamin Labrecque
2026-07-27 10:00:35 +02:00
parent 90bd22c0e5
commit 3de7536b27
35 changed files with 1259 additions and 40 deletions
+5
View File
@@ -0,0 +1,5 @@
from ci.check_ui_files import check_ui_files
def test_check_ui_files():
check_ui_files()