From 91f88acba77c9620c60ee73b926693923dc7f8ea Mon Sep 17 00:00:00 2001 From: Wang Zhuoxuan Date: Wed, 22 Apr 2026 15:13:21 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E7=A7=BB=E9=99=A4=E4=B8=8D=E5=AD=98?= =?UTF-8?q?=E5=9C=A8=E7=9A=84=20typecheck=20=E8=84=9A=E6=9C=AC=EF=BC=8C?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E6=A3=80=E6=9F=A5=E5=B7=B2=E5=8C=85=E5=90=AB?= =?UTF-8?q?=E5=9C=A8=20build=20=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 3bae3ac..5b83107 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -14,10 +14,8 @@ jobs: - name: Install dependencies run: bun install --frozen-lockfile - - name: Lint & Type check - run: | - bun run lint - bun run typecheck + - name: Lint + run: bun run lint - name: Build run: bun run build