refactor(ci): 去除ci工作流的prettier格式检查

This commit is contained in:
rbetree
2026-01-17 22:24:41 +08:00
parent c6937429b8
commit 58f1f16a7c

View File

@@ -23,9 +23,6 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Format check (changed files)
run: npm run format:check:changed
- name: Lint
run: npm run lint