We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fea5b5 commit 790c020Copy full SHA for 790c020
.github/workflows/check-i18n-task.yml
@@ -31,5 +31,8 @@ jobs:
31
node-version: '12.14.1'
32
registry-url: 'https://registry.npmjs.org'
33
34
+ - name: Install depedencies
35
+ run: yarn
36
+
37
- name: Check for errors
38
run: yarn i18n:check
.github/workflows/i18n-nightly-push.yml
@@ -18,6 +18,9 @@ jobs:
18
19
20
21
22
23
24
- name: Run i18n:push script
25
run: yarn run i18n:push
26
env:
.github/workflows/i18n-weekly-pull.yml
- name: Run i18n:pull script
run: yarn run i18n:pull
0 commit comments