From 34d1f86f76a82ebab27777289e7511b89f254a04 Mon Sep 17 00:00:00 2001 From: lyzno1 Date: Thu, 30 Oct 2025 17:28:38 +0800 Subject: [PATCH] rm type check --- .github/workflows/style.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index e652657705..06584c1b78 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -103,11 +103,6 @@ jobs: run: | pnpm run lint - - name: Web type check - if: steps.changed-files.outputs.any_changed == 'true' - working-directory: ./web - run: pnpm run type-check - docker-compose-template: name: Docker Compose Template runs-on: ubuntu-latest