Skip to content

Bump actions/checkout from 5 to 6 #53

Bump actions/checkout from 5 to 6

Bump actions/checkout from 5 to 6 #53

Workflow file for this run

name: Build
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: '25'
- run: make build
- run: make test