diff --git a/.github/workflows/typescript-type-generation.yml b/.github/workflows/typescript-type-generation.yml new file mode 100644 index 00000000000..cc1604a0517 --- /dev/null +++ b/.github/workflows/typescript-type-generation.yml @@ -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: [] \ No newline at end of file