From 911afe16a7854659024aa80da64f0b82ae52d7f5 Mon Sep 17 00:00:00 2001 From: gentlementlegen Date: Tue, 17 Dec 2024 22:58:43 +0900 Subject: [PATCH] chore: added prettier for manifest.json generation --- .github/workflows/worker-deploy.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/worker-deploy.yml b/.github/workflows/worker-deploy.yml index b6827a3..6f72046 100644 --- a/.github/workflows/worker-deploy.yml +++ b/.github/workflows/worker-deploy.yml @@ -86,6 +86,12 @@ jobs: app_id: ${{ env.APP_ID }} private_key: ${{ env.APP_PRIVATE_KEY }} + - name: Format manifest.json using Prettier + shell: bash + run: | + bun add -DE prettier + bun prettier --write . + - name: Update manifest.json shell: bash env: