From c8aac69f6c59c91cd5e3c45ef71c419b92630aad Mon Sep 17 00:00:00 2001 From: Comfy Org PR Bot Date: Wed, 28 Jan 2026 15:42:16 +0900 Subject: [PATCH] [backport cloud/1.38] CI: Add formatting after generating locales. (#8362) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Backport of #8360 to `cloud/1.38` Automatically created by backport workflow. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-8362-backport-cloud-1-38-CI-Add-formatting-after-generating-locales-2f66d73d365081c4837bc748aa0abcd5) 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