about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 1d2a032c1..29a50adbb 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -20,6 +20,8 @@ jobs:
         run: yarn --frozen-lockfile
       - name: Lint check
         run: yarn lint
+      - name: Check & compile i18n
+        run: yarn intl:build
       - name: Type check
         run: yarn typecheck
   testing:
@@ -34,6 +36,8 @@ jobs:
         uses: actions/checkout@v3
       - name: Yarn install
         run: yarn --frozen-lockfile
+      - name: Check & compile i18n
+        run: yarn intl:build
       - name: Run tests
         run: |
           yarn test --forceExit