From a777777ac617bb3e49a781e9bc4a8142bb210771 Mon Sep 17 00:00:00 2001 From: Alex Holliday Date: Tue, 27 May 2025 09:14:40 -0700 Subject: [PATCH] add formatting to POEditor github action --- .github/workflows/poeditor-sync.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/poeditor-sync.yml b/.github/workflows/poeditor-sync.yml index 8446745bc..ad7502e9e 100644 --- a/.github/workflows/poeditor-sync.yml +++ b/.github/workflows/poeditor-sync.yml @@ -13,7 +13,6 @@ on: required: false default: "key_value_json" - permissions: contents: write pull-requests: write @@ -93,6 +92,12 @@ jobs: id: date run: echo "date=$(date +'%Y-%m-%d %H:%M:%S')" >> $GITHUB_OUTPUT + - name: Format client code + run: | + cd client + npm ci + npm run format + - name: Create Pull Request uses: peter-evans/create-pull-request@v7 with: