Skip to content

feature: modernize controllers with text blocks and refresh README for Java 21 #17

feature: modernize controllers with text blocks and refresh README for Java 21

feature: modernize controllers with text blocks and refresh README for Java 21 #17

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '21'
distribution: temurin
cache: maven
- name: Build and test
run: ./mvnw -B clean verify