Skip to content

docs: updated README.md #5

docs: updated README.md

docs: updated README.md #5

Workflow file for this run

name: Java CI
on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v6
- name: Set up JDK 22
uses: actions/setup-java@v5
with:
java-version: '22'
distribution: 'temurin'
cache: maven
- name: Build and verify
run: ./mvnw --no-transfer-progress --batch-mode verify