Skip to content

docs: Paper 26.2 + JDK 25 + io.github.pinont coords #6

docs: Paper 26.2 + JDK 25 + io.github.pinont coords

docs: Paper 26.2 + JDK 25 + io.github.pinont coords #6

Workflow file for this run

name: build
on:
push:
branches: [ main, "rework/**" ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup JDK 25
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: '25'
# Resolves SingularityLib from the PUBLIC token-free registry
# (raw.githubusercontent.com/Pinont/singularity-maven). No secrets needed.
- name: Build
run: mvn -B clean package