Revert "rm type check"

This reverts commit 34d1f86f76.
This commit is contained in:
Yeuoly 2025-10-30 17:34:45 +08:00
parent 34d1f86f76
commit 14ad800967
1 changed files with 5 additions and 0 deletions

View File

@ -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