Skip to content

PR Build - Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.4 to 3.1.0 #7

PR Build - Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.4 to 3.1.0

PR Build - Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.4 to 3.1.0 #7

Workflow file for this run

name: Pull Request Build
run-name: PR Build - ${{ github.event.pull_request.title }}
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
- name: Build with Tests
run: mvn -B clean test