rm type check

This commit is contained in:
lyzno1 2025-10-30 17:28:38 +08:00
parent b9b9f8eae3
commit 34d1f86f76
No known key found for this signature in database
1 changed files with 0 additions and 5 deletions

View File

@ -103,11 +103,6 @@ jobs:
run: | run: |
pnpm run lint 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: docker-compose-template:
name: Docker Compose Template name: Docker Compose Template
runs-on: ubuntu-latest runs-on: ubuntu-latest