Browse Source

feat: run i18next in CI to format and catch translations diffs

Jun Siang Cheah 1 year ago
parent
commit
45f34924b0
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .github/workflows/format-build-frontend.yaml

+ 3 - 0
.github/workflows/format-build-frontend.yaml

@@ -29,6 +29,9 @@ jobs:
       - name: Format Frontend
         run: npm run format
 
+      - name: Run i18next
+        run: npm run i18n:parse
+
       - name: Check for Changes After Format
         run: git diff --exit-code