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
commit 4bf6e64c35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

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