"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "7d159ca723b1601c69532f5eb95c9e0c33f189f3"
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: ...@@ -29,6 +29,9 @@ jobs:
- name: Format Frontend - name: Format Frontend
run: npm run format run: npm run format
- name: Run i18next
run: npm run i18n:parse
- name: Check for Changes After Format - name: Check for Changes After Format
run: git diff --exit-code 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