Skip to content

Commit 2382eb8

Browse files
committed
fix: merge ci
1 parent a161fc3 commit 2382eb8

File tree

2 files changed

+10
-49
lines changed

2 files changed

+10
-49
lines changed

.github/workflows/auto-build.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Continuous Integration
1+
name: Auto Build
22

33
on:
44
pull_request:
@@ -48,6 +48,15 @@ jobs:
4848
- name: Install dependencies
4949
run: pnpm install --frozen-lockfile
5050

51+
- name: Check Format
52+
run: pnpm format:check
53+
54+
- name: Lint
55+
run: pnpm lint
56+
57+
- name: Test
58+
run: pnpm test
59+
5160
- name: Build
5261
run: pnpm build
5362

.github/workflows/ci.yml

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)