Skip to content

Commit

Permalink
fix: rename typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
kaivanwong committed Dec 8, 2023
1 parent ba1f273 commit a56824d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Lint
run: pnpm run lint

typecheck:
type-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -40,7 +40,7 @@ jobs:
run: pnpm install

- name: Typecheck
run: pnpm run typecheck
run: pnpm run type-check

test:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit a56824d

Please sign in to comment.