Skip to content

Add spring code formatting plugin to the build #122

Add spring code formatting plugin to the build

Add spring code formatting plugin to the build #122

Workflow file for this run

name: CI PRs
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
name: PR Build
steps:
- name: Checkout source code
uses: actions/[email protected]
- name: Set up JDK 17
uses: actions/[email protected]
with:
java-version: '17'
distribution: 'temurin'
cache: 'maven'
- name: Build with Maven
run: ./mvnw --no-transfer-progress --batch-mode --update-snapshots verify