Skip to content

Commit

Permalink
Re-order ci operations
Browse files Browse the repository at this point in the history
  • Loading branch information
Ackuq committed Sep 17, 2023
1 parent e8bbaa4 commit 66ac684
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Typecheck
run: pnpm typecheck

- name: Lint
run: pnpm lint

- name: Typecheck
run: pnpm typecheck

- name: Format check
run: pnpm format:check

0 comments on commit 66ac684

Please sign in to comment.