File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff 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 && npm install -g yarn && yarn build:locales
129+
126130 - name : Upload Desktop artifacts
127131 uses : actions/upload-artifact@v4
128132 with :
Original file line number Diff line number Diff line change 99 repository : ' session-foundation/session-desktop'
1010 path : ' desktop'
1111 ref : ' dev'
12+ - uses : actions/setup-node@v4
13+ with :
14+ node-version-file : ' desktop/.nvmrc'
15+
1216 - name : Remove existing strings
1317 shell : bash
1418 run : |
You can’t perform that action at this time.
0 commit comments