Skip to content

Commit

Permalink
chore: added prettier for manifest.json generation
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Dec 17, 2024
1 parent 0c34cfd commit 911afe1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/worker-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 911afe1

Please sign in to comment.