Skip to content

Update copyright notice in LICENSE file #3

Update copyright notice in LICENSE file

Update copyright notice in LICENSE file #3

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Setup Java
uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: '25'
cache: 'maven'
- name: Build
run: mvn verify -f sample-app/pom.xml