Skip to content

Commit 62190e7

Browse files
authored
Run extractor on PR (microsoft#164457)
1 parent ac0c034 commit 62190e7

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/telemetry.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: 'Telemetry'
2+
on:
3+
pull_request:
4+
jobs:
5+
check-metdata:
6+
name: 'Check metadata'
7+
runs-on: 'ubuntu-latest'
8+
9+
steps:
10+
- uses: 'actions/checkout@v3'
11+
12+
- uses: 'actions/setup-node@v3'
13+
with:
14+
node-version: 'lts/*'
15+
16+
- name: 'Run vscode-telemetry-extractor'
17+
run: 'npx --package=@vscode/telemetry-extractor --yes vscode-telemetry-extractor -s .'

0 commit comments

Comments
 (0)