Forráskód Böngészése

Merge pull request #1865 from cheahjs/feat/run-i18n-in-ci

feat: run i18next in CI to format and catch translations diffs
Timothy Jaeryang Baek 1 éve
szülő
commit
4bf6e64c35
1 módosított fájl, 3 hozzáadás és 0 törlés
  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