Skip to content

Commit

Permalink
chore: reenabling type check
Browse files Browse the repository at this point in the history
  • Loading branch information
ctot-nondef committed Sep 9, 2024
1 parent 5cefaf2 commit dc189c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
- name: Lint
run: pnpm run lint:check

# - name: Typecheck
# run: pnpm run types:check
- name: Typecheck
run: pnpm run types:check

- name: Build app
run: pnpm run build
Expand Down

0 comments on commit dc189c2

Please sign in to comment.