mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
tslint - rewrite globals rule to not use tslint (#87754)
* tslint - rewrite globals rule to not use tslint * comments
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -41,6 +41,8 @@ jobs:
|
||||
name: Run TSLint Checks
|
||||
- run: yarn monaco-compile-check
|
||||
name: Run Monaco Editor Checks
|
||||
- run: yarn valid-globals-check
|
||||
name: Run Valid Globals Checks
|
||||
- run: yarn compile
|
||||
name: Compile Sources
|
||||
- run: yarn download-builtin-extensions
|
||||
@@ -73,6 +75,8 @@ jobs:
|
||||
name: Run TSLint Checks
|
||||
- run: yarn monaco-compile-check
|
||||
name: Run Monaco Editor Checks
|
||||
- run: yarn valid-globals-check
|
||||
name: Run Valid Globals Checks
|
||||
- run: yarn compile
|
||||
name: Compile Sources
|
||||
- run: yarn download-builtin-extensions
|
||||
@@ -102,6 +106,8 @@ jobs:
|
||||
name: Run TSLint Checks
|
||||
- run: yarn monaco-compile-check
|
||||
name: Run Monaco Editor Checks
|
||||
- run: yarn valid-globals-check
|
||||
name: Run Valid Globals Checks
|
||||
- run: yarn compile
|
||||
name: Compile Sources
|
||||
- run: yarn download-builtin-extensions
|
||||
|
||||
Reference in New Issue
Block a user