mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 03:47:49 +01:00
feat: run i18next in CI to format and catch translations diffs
This commit is contained in:
3
.github/workflows/format-build-frontend.yaml
vendored
3
.github/workflows/format-build-frontend.yaml
vendored
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user