Skip to content

[PLAT-3808] Add type adapter for OneOfWebhookEventSceneIncludedData #102

[PLAT-3808] Add type adapter for OneOfWebhookEventSceneIncludedData

[PLAT-3808] Add type adapter for OneOfWebhookEventSceneIncludedData #102

Workflow file for this run

name: build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with: { java-version: 17, distribution: temurin }
- name: Build and Verify
run: ./gradlew build