add property-init-order-check and run during CI (just like valid layers check) (#243042)

Enable ignore list which capture current violations and todo list
This commit is contained in:
Johannes Rieken
2025-03-10 10:22:18 +01:00
committed by GitHub
parent d8aba066d4
commit c04ac5a5df
6 changed files with 960 additions and 2 deletions

View File

@@ -118,6 +118,9 @@ jobs:
- name: Run Valid Layers Checks
run: npm run valid-layers-check
- name: Run Property Init Order Checks
run: npm run property-init-order-check
- name: Compile /build/
run: npm run compile
working-directory: build