Skip to content

Commit

Permalink
fix(workflows): add prettier
Browse files Browse the repository at this point in the history
add prettier
  • Loading branch information
snomiao committed Dec 30, 2024
1 parent 0e79d0f commit df97a0c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ jobs:
- run: bun i
- run: bun run test
- run: bun run build
- name: Prettify code
uses: creyD/[email protected]
with:
# This part is also where you can pass other options, for example:
prettier_options: --write **/*.{js,md}
only_changed: True
- run: npx semantic-release
env:
# reminder to setup read/write permission for this token
Expand Down

0 comments on commit df97a0c

Please sign in to comment.