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

This commit is contained in:
Jun Siang Cheah 2024-04-29 21:10:37 +01:00
parent e8abaa8bea
commit 45f34924b0
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