Skip to content

Commit f777805

Browse files
committed
chore: fix ci
1 parent bc316a9 commit f777805

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,11 @@ jobs:
3535
- name: Install dependencies
3636
run: pnpm install --frozen-lockfile
3737

38-
- name: Lint and Format
39-
run: pnpm format-and-lint
38+
- name: Lint and Format
39+
run: pnpm format-and-lint
4040

41-
- name: Build
42-
run: pnpm build
41+
- name: Build
42+
run: pnpm build
4343

44-
- name: Type Check
45-
run: pnpm check-types
46-
47-
- name: Type Check
48-
run: pnpm check-types
44+
- name: Type Check
45+
run: pnpm check-types

0 commit comments

Comments
 (0)