소스 검색

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 년 전
부모
커밋
4bf6e64c35
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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