Skip to content

[PLAT-3818] Pull in SceneSync endpoint and operations #106

[PLAT-3818] Pull in SceneSync endpoint and operations

[PLAT-3818] Pull in SceneSync endpoint and operations #106

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