From 3ba2858b046e3c344adbabb6b65fc256fe13a6df Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Fri, 17 Feb 2023 20:56:06 -0900 Subject: [PATCH] add type check --- .github/workflows/partial-frontend.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/partial-frontend.yaml b/.github/workflows/partial-frontend.yaml index 0781638..45dbf40 100644 --- a/.github/workflows/partial-frontend.yaml +++ b/.github/workflows/partial-frontend.yaml @@ -24,6 +24,11 @@ jobs: - name: Run Lint run: pnpm run lint:ci working-directory: frontend + + - name: Run Typecheck + run: pnpm run typecheck + working-directory: frontend + integration-tests: name: Integration Tests runs-on: ubuntu-latest