chore: update ci.yaml to include lint step

This commit is contained in:
严浩
2024-08-04 13:09:12 +08:00
parent b9dd481da8
commit e78e2108b9

View File

@@ -27,5 +27,8 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Lint
run: pnpm lint
- name: Build
run: pnpm build