Skip to content

Commit

Permalink
Add localization check
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik Raj committed Dec 14, 2023
1 parent 31abb36 commit fa86e71
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@ jobs:
- name: Compile
run: npx gulp prePublishNonBundle

- name: Localization
run: npx @vscode/l10n-dev@latest export ./src

- name: Install Python ${{ matrix.python }}
uses: actions/setup-python@v4
with:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ jobs:
- name: Compile
run: npx gulp prePublishNonBundle

- name: Localization
run: npx @vscode/l10n-dev@latest export ./src

- name: Use Python ${{ matrix.python }}
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -367,6 +370,9 @@ jobs:
- name: Compile
run: npx gulp prePublishNonBundle

- name: Localization
run: npx @vscode/l10n-dev@latest export ./src

- name: Use Python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit fa86e71

Please sign in to comment.