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: