ci: remove nonexistent pnpm lint step

This commit is contained in:
Jason
2026-04-02 17:36:26 +08:00
parent bfe238f301
commit 447a1da7b2
-3
View File
@@ -50,9 +50,6 @@ jobs:
- name: Check formatting
run: pnpm format:check
- name: Lint
run: pnpm lint
- name: Unit tests
run: pnpm test:unit