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:
123
123
"${{ github.workspace }}/raw_translations" \
124
124
"${{ github.workspace }}/desktop/_locales" \
125
125
"${{ 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
+
126
130
- name : Upload Desktop artifacts
127
131
uses : actions/upload-artifact@v4
128
132
with :
Original file line number Diff line number Diff line change 9
9
repository : ' session-foundation/session-desktop'
10
10
path : ' desktop'
11
11
ref : ' dev'
12
+ - uses : actions/setup-node@v4
13
+ with :
14
+ node-version-file : ' desktop/.nvmrc'
15
+
12
16
- name : Remove existing strings
13
17
shell : bash
14
18
run : |
You can’t perform that action at this time.
0 commit comments