Engineering - try to run mangling in the PR check (#268428)

This commit is contained in:
Ladislau Szomoru 2025-10-29 10:04:43 +01:00 committed by GitHub
parent 0e3668dff2
commit 0aead435a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,7 +80,7 @@ jobs:
run: .github/workflows/check-clean-git-state.sh
- name: Compile & Hygiene
run: npm exec -- npm-run-all -lp core-ci-pr extensions-ci-pr hygiene eslint valid-layers-check define-class-fields-check vscode-dts-compile-check tsec-compile-check
run: npm exec -- npm-run-all -lp core-ci extensions-ci hygiene eslint valid-layers-check define-class-fields-check vscode-dts-compile-check tsec-compile-check
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}