Explorar o código

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

Jun Siang Cheah hai 1 ano
pai
achega
45f34924b0
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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