mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 13:40:55 +00:00
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:
commit
4bf6e64c35
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user