We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f32a0a commit f8e3845Copy full SHA for f8e3845
.github/workflows/testing.yml
@@ -19,6 +19,10 @@ jobs:
19
run: |
20
npm ci --no-audit
21
npm ci --no-audit --prefix cordova-plugin-moodleapp
22
+ - name: Install languages
23
+ run: |
24
+ npx gulp lang
25
+ npm run lang:update-langpacks
26
- name: Check langindex
27
28
result=$(cat scripts/langindex.json | grep \"TBD\" | wc -l); test $result -eq 0
0 commit comments