mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-09 15:32:25 +00:00
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:
parent
2689676b9a
commit
678abd96d9
12
.github/workflows/typescript-type-generation.yml
vendored
Normal file
12
.github/workflows/typescript-type-generation.yml
vendored
Normal 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: []
|
||||||
Loading…
x
Reference in New Issue
Block a user