mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Merge pull request #279258 from mjbvz/dev/mjbvz/outside-crow
Remove build-script no new files PR check
This commit is contained in:
7
.github/workflows/pr.yml
vendored
7
.github/workflows/pr.yml
vendored
@@ -72,13 +72,10 @@ jobs:
|
||||
mkdir -p .build/node_modules_cache
|
||||
tar -czf .build/node_modules_cache/cache.tgz --files-from .build/node_modules_list.txt
|
||||
|
||||
- name: Compile /build/ folder
|
||||
run: npm run compile
|
||||
- name: Type check /build/ scripts
|
||||
run: npm run typecheck
|
||||
working-directory: build
|
||||
|
||||
- name: Check /build/ folder
|
||||
run: .github/workflows/check-clean-git-state.sh
|
||||
|
||||
- name: Compile & Hygiene
|
||||
run: npm exec -- npm-run-all -lp core-ci extensions-ci hygiene eslint valid-layers-check define-class-fields-check vscode-dts-compile-check tsec-compile-check test-build-scripts
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user