From 14c560f89877833a74c62ac87958737ffd8d7f4b Mon Sep 17 00:00:00 2001 From: Alexandru Dima Date: Mon, 28 Dec 2020 18:03:19 +0100 Subject: [PATCH] Remove step which moved to the vscode CI --- .github/workflows/ci.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c4cf237..723dd9ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,19 +65,6 @@ jobs: run: | yarn gulp editor-distro - - name: Typings validation prep - run: | - mkdir typings-test - - - name: Typings validation - working-directory: ./typings-test - run: | - yarn init -yp - yarn add typescript - yarn tsc --init - echo "import '../vscode/out-monaco-editor-core';" > a.ts - yarn tsc --noEmit - - name: NPM Install run: npm install