From ced773d77b65c8733a2a0730d7a7b38d0b63a941 Mon Sep 17 00:00:00 2001 From: sudoooooo Date: Thu, 23 May 2024 17:13:38 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E6=A3=80=E6=B5=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/web-lint.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/web-lint.yml b/.github/workflows/web-lint.yml index 0425a06f..ab1b576e 100644 --- a/.github/workflows/web-lint.yml +++ b/.github/workflows/web-lint.yml @@ -35,6 +35,9 @@ jobs: - name: Install dependencies run: cd web && npm install + - name: Type-Check + run: cd web && npm run type-check + - name: Lint run: cd web && npm run lint