Skip to content

Bump the data-and-mappers group with 5 updates #31

Bump the data-and-mappers group with 5 updates

Bump the data-and-mappers group with 5 updates #31

Workflow file for this run

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