Commit 45f34924 authored by Jun Siang Cheah's avatar Jun Siang Cheah
Browse files

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

parent e8abaa8b
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment