From d10090af91a2355485e95a89f2010eb21786ebd5 Mon Sep 17 00:00:00 2001 From: SimonShiki Date: Sat, 28 Oct 2023 10:31:33 +0000 Subject: [PATCH] :bug: fix: ci Signed-off-by: SimonShiki --- .github/workflows/validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 7a8ef8a..1da8580 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -17,4 +17,4 @@ jobs: node-version: 16.x cache: 'yarn' - name: Install and Check types - run: yarn install --frozen-lockfile && yarn run typecheck + run: yarn install --frozen-lockfile && yarn tsc --noEmit