Skip to content

Commit 4dd3a9c

Browse files
committed
Reorder Type check step in CI workflow for improved clarity
1 parent 1d5cf5e commit 4dd3a9c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
- name: Lint
3333
run: pnpm lint
3434

35-
- name: Type check
36-
run: pnpm typecheck
37-
3835
- name: Build
3936
run: pnpm build
37+
38+
- name: Type check
39+
run: pnpm typecheck

0 commit comments

Comments
 (0)