Skip to content

Merge branch 'main' into suneditor-rework #61

Merge branch 'main' into suneditor-rework

Merge branch 'main' into suneditor-rework #61

Workflow file for this run

name: Linux build
on: [push]
jobs:
builds:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
- name: compile
run: |
./gradlew clean jar