mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
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:
3
.github/workflows/basic.yml
vendored
3
.github/workflows/basic.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user