Skip to content

Commit 87ca58a

Browse files
committed
ci: updated step order
1 parent 2afa8be commit 87ca58a

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
@@ -31,12 +31,12 @@ jobs:
3131
- name: Installing dependencies
3232
run: pnpm install --frozen-lockfile
3333

34-
- name: Linting
35-
run: pnpm lint
36-
3734
- name: Type checking
3835
run: pnpm typecheck
3936

37+
- name: Linting
38+
run: pnpm lint
39+
4040
- name: Testing
4141
run: pnpm coverage
4242

0 commit comments

Comments
 (0)