From 7a224efaa0cdd11fd413b41c2cb6903542dd9eb8 Mon Sep 17 00:00:00 2001 From: Comfy Org PR Bot Date: Wed, 28 Jan 2026 15:41:54 +0900 Subject: [PATCH] [backport core/1.38] CI: Add formatting after generating locales. (#8361) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Backport of #8360 to `core/1.38` Automatically created by backport workflow. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-8361-backport-core-1-38-CI-Add-formatting-after-generating-locales-2f66d73d365081c09af5df4c2e0a898b) by [Unito](https://www.unito.io) Co-authored-by: Alexander Brown --- .github/workflows/i18n-update-core.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/i18n-update-core.yaml b/.github/workflows/i18n-update-core.yaml index 0ceaf7397..bdf58b52f 100644 --- a/.github/workflows/i18n-update-core.yaml +++ b/.github/workflows/i18n-update-core.yaml @@ -41,7 +41,7 @@ jobs: env: PLAYWRIGHT_TEST_URL: http://localhost:5173 - name: Update translations - run: pnpm locale + run: pnpm locale && pnpm format env: OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} - name: Commit updated locales