mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
make sure to run eslint in ci
This commit is contained in:
@@ -247,6 +247,9 @@ jobs:
|
||||
- name: Compile /build/
|
||||
run: yarn --cwd build compile
|
||||
|
||||
- name: Run eslint
|
||||
run: yarn eslint
|
||||
|
||||
- name: Run Monaco Editor Checks
|
||||
run: yarn monaco-compile-check
|
||||
|
||||
|
||||
Reference in New Issue
Block a user