Skip to content

Merge pull request #5 from serj/cleanup-oss #12

Merge pull request #5 from serj/cleanup-oss

Merge pull request #5 from serj/cleanup-oss #12

Workflow file for this run

name: CI
permissions:
contents: read
on:
push:
branches: [main, release]
pull_request:
branches: [main, release]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build and Test
run: mvn verify --batch-mode