We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c2e63b commit c1f63bdCopy full SHA for c1f63bd
.github/workflows/ci.yml
@@ -33,6 +33,9 @@ jobs:
33
# /!\ important: this checks out code from the HEAD of the PR instead of the main branch (for pull_request_target)
34
ref: ${{ github.event.pull_request.head.sha || github.ref }}
35
36
+ - name: Validate localizations
37
+ run: python localizations.py validate
38
+
39
- name: Add Apple Store Key
40
run: echo "${{ secrets.APPLE_STORE_AUTH_KEY }}" | base64 --decode -o ${{ env.APPLE_STORE_AUTH_KEY_PATH}}
41
0 commit comments