🎨 replace prettier with oxfmt

This commit is contained in:
StarHeartHunt
2026-07-25 15:24:32 +08:00
parent 5edf14b724
commit 2d06fdcf8f
33 changed files with 549 additions and 108 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ jobs:
- name: Commit and Push
run: |
pnpm prettier
pnpm format
git config user.name noneflow[bot]
git config user.email 129742071+noneflow[bot]@users.noreply.github.com
git add .
+1 -1
View File
@@ -40,7 +40,7 @@ jobs:
- name: Archive Files
run: |
pnpm archive $(uv version --short)
pnpm prettier
pnpm format
- name: Push Tag
run: |