Skip to content

refactor(webeditor): replace the websocket client with reverb and htt… #39

refactor(webeditor): replace the websocket client with reverb and htt…

refactor(webeditor): replace the websocket client with reverb and htt… #39

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
name: Compile and package
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v7
- name: Set up JDK 21
uses: actions/setup-java@v6
with:
java-version: '21'
distribution: temurin
cache: maven
- name: Build
run: mvn -B --no-transfer-progress clean package