Skip to content

Commit

Permalink
ci: run typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmccurdy committed Apr 22, 2023
1 parent ae35fc9 commit cf6f507
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr.yml
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: Setup repo
uses: ./.github/actions/setup

- name: Typecheck
run: pnpm typecheck

- name: Lint
run: pnpm lint

Expand Down

0 comments on commit cf6f507

Please sign in to comment.