瀏覽代碼

Remove step which moved to the vscode CI

Alexandru Dima 4 年之前
父節點
當前提交
14c560f898
共有 1 個文件被更改,包括 0 次插入13 次删除
  1. 0 13
      .github/workflows/ci.yml

+ 0 - 13
.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