Add empty TypeScript Type Generation workflow for pull requests (#21797)

* Add TypeScript Type Generation workflow for pull requests

* Update .github/workflows/typescript-type-generation.yml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Aniket Katkar 2025-06-17 11:31:14 +05:30 committed by GitHub
parent 2689676b9a
commit 678abd96d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,12 @@
name: TypeScript Type Generation
on:
pull_request:
paths:
- 'openmetadata-spec/src/main/resources/json/schema/**'
jobs:
generate-types:
runs-on: ubuntu-latest
# Placeholder for future workflow steps
steps: []