File tree Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 1
1
name : Basic checks
2
2
3
- on :
4
- push :
5
- branches :
6
- - main
7
- pull_request :
8
- branches :
9
- - main
3
+ on : workflow_dispatch
4
+
5
+ # on:
6
+ # push:
7
+ # branches:
8
+ # - main
9
+ # pull_request:
10
+ # branches:
11
+ # - main
10
12
11
13
jobs :
12
14
main :
Original file line number Diff line number Diff line change @@ -126,11 +126,17 @@ steps:
126
126
127
127
- script : |
128
128
set -e
129
- yarn npm-run-all -lp core-ci extensions-ci hygiene eslint valid-layers-check
129
+ yarn npm-run-all -lp core-ci extensions-ci hygiene eslint valid-layers-check vscode-dts-compile-check tsec-compile-check
130
130
env:
131
131
GITHUB_TOKEN: "$(github-distro-mixin-password)"
132
132
displayName: Compile & Hygiene
133
133
134
+ - script : |
135
+ set -e
136
+ yarn --cwd build compile
137
+ ./.github/workflows/check-clean-git-state.sh
138
+ displayName: Check /build/ folder
139
+
134
140
- ${{ if ne(parameters.VSCODE_QUALITY, 'oss') }} :
135
141
- script : |
136
142
set -e
You can’t perform that action at this time.
0 commit comments