From 14ad80096798119dff4cfe29a548c1510b889b9b Mon Sep 17 00:00:00 2001 From: Yeuoly Date: Thu, 30 Oct 2025 17:34:45 +0800 Subject: [PATCH] Revert "rm type check" This reverts commit 34d1f86f76a82ebab27777289e7511b89f254a04. --- .github/workflows/style.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index 06584c1b78..e652657705 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -103,6 +103,11 @@ 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