Skip to content

chore: normalize line endings #14

chore: normalize line endings

chore: normalize line endings #14

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