Skip to content

Commit d96f382

Browse files
committed
Add localization validation to CI
1 parent b98e490 commit d96f382

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
# /!\ important: this checks out code from the HEAD of the PR instead of the main branch (for pull_request_target)
3434
ref: ${{ github.event.pull_request.head.sha || github.ref }}
3535

36+
- name: Validate localizations
37+
run: python localizations.py validate
38+
3639
- name: Add Apple Store Key
3740
run: echo "${{ secrets.APPLE_STORE_AUTH_KEY }}" | base64 --decode -o ${{ env.APPLE_STORE_AUTH_KEY_PATH}}
3841

0 commit comments

Comments
 (0)