Skip to content

Bump com.diffplug.spotless:spotless-maven-plugin from 2.43.0 to 3.4.0 #15

Bump com.diffplug.spotless:spotless-maven-plugin from 2.43.0 to 3.4.0

Bump com.diffplug.spotless:spotless-maven-plugin from 2.43.0 to 3.4.0 #15

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Check formatting
run: ./mvnw spotless:check
- name: Build and test
run: ./mvnw clean verify