Skip to content

Commit a5ab3b8

Browse files
author
Kartik Raj
authored
Add localization check to CI (#22646)
1 parent 52b95e2 commit a5ab3b8

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@ jobs:
180180
- name: Compile
181181
run: npx gulp prePublishNonBundle
182182

183+
- name: Localization
184+
run: npx @vscode/l10n-dev@latest export ./src
185+
183186
- name: Install Python ${{ matrix.python }}
184187
uses: actions/setup-python@v4
185188
with:

.github/workflows/pr-check.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,9 @@ jobs:
155155
- name: Compile
156156
run: npx gulp prePublishNonBundle
157157

158+
- name: Localization
159+
run: npx @vscode/l10n-dev@latest export ./src
160+
158161
- name: Use Python ${{ matrix.python }}
159162
uses: actions/setup-python@v4
160163
with:
@@ -367,6 +370,9 @@ jobs:
367370
- name: Compile
368371
run: npx gulp prePublishNonBundle
369372

373+
- name: Localization
374+
run: npx @vscode/l10n-dev@latest export ./src
375+
370376
- name: Use Python ${{ env.PYTHON_VERSION }}
371377
uses: actions/setup-python@v4
372378
with:

0 commit comments

Comments
 (0)