Skip to content

Commit 8497e40

Browse files
committed
chore: make strings for desktop validated too
1 parent 2b6541b commit 8497e40

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/check_for_crowdin_updates.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ jobs:
123123
"${{ github.workspace }}/raw_translations" \
124124
"${{ github.workspace }}/desktop/_locales" \
125125
"${{ github.workspace }}/desktop/ts/localization/constants.ts"
126+
127+
- name: Validate strings for Desktop
128+
run: cd ${{ github.workspace }}/desktop && yarn install && yarn build:locales
129+
126130
- name: Upload Desktop artifacts
127131
uses: actions/upload-artifact@v4
128132
with:
@@ -231,6 +235,8 @@ jobs:
231235
- name: Nothing to do
232236
shell: bash
233237
run: echo "Nothing to do here"
238+
exit 1
239+
234240

235241
make_android_pr:
236242
name: Make Android PR

0 commit comments

Comments
 (0)