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

feat: run i18next in CI to format and catch translations diffs
This commit is contained in:
Timothy Jaeryang Baek
2024-04-29 15:54:38 -07:00
committed by GitHub

View File

@@ -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