Skip to content

Issue #25 Fix POM Project URL and SCM links to root site and repo (no… #32

Issue #25 Fix POM Project URL and SCM links to root site and repo (no…

Issue #25 Fix POM Project URL and SCM links to root site and repo (no… #32

Workflow file for this run

name: CI
on:
push:
branches: ["**"]
pull_request:
branches: ["**"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK 24
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: '24'
cache: 'maven'
- name: Build and verify
run: mvn -B -DskipITs=false -DskipTests=false verify