Skip to content

Merge of #121

Merge of #121 #321

Workflow file for this run

on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v4
- name: Set up JDK 23
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 23
cache: maven
- name: Build with Maven
run: mvn verify -B