Skip to content

Bump net.revelc.code.formatter:formatter-maven-plugin from 2.23.0 to 2.29.0 #71

Bump net.revelc.code.formatter:formatter-maven-plugin from 2.23.0 to 2.29.0

Bump net.revelc.code.formatter:formatter-maven-plugin from 2.23.0 to 2.29.0 #71

Workflow file for this run

name: PR
on:
pull_request:
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up JDK 11
uses: actions/setup-java@v5
with:
java-version: '11'
distribution: 'temurin'
- name: Build project with Maven
run: mvn -B package --file pom.xml