mirror of
https://github.com/langgenius/dify.git
synced 2025-12-19 14:19:28 +00:00
chore: add web type check step to GitHub Actions workflow (#27498)
This commit is contained in:
5
.github/workflows/style.yml
vendored
5
.github/workflows/style.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user