From 968ce642c3c059b8538843bf79a68de0e8a94822 Mon Sep 17 00:00:00 2001 From: Johannes Rieken Date: Fri, 12 Feb 2021 10:04:27 +0100 Subject: [PATCH] add tsec to CI, https://github.com/microsoft/vscode/issues/116459 --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73acbb00426..d53283f0cf4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -247,6 +247,9 @@ jobs: - name: Run Monaco Editor Checks run: yarn monaco-compile-check + - name: Run Trusted Types Checks + run: yarn tsec-compile-check + - name: Editor Distro & ESM Bundle run: yarn gulp editor-esm-bundle