Skip to content

Bump com.github.ekryd.sortpom:sortpom-maven-plugin from 3.2.0 to 4.0.0 #632

Bump com.github.ekryd.sortpom:sortpom-maven-plugin from 3.2.0 to 4.0.0

Bump com.github.ekryd.sortpom:sortpom-maven-plugin from 3.2.0 to 4.0.0 #632

Workflow file for this run

name: Linter
on: pull_request
jobs:
java:
name: Lint .java files
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '11'
cache: 'maven'
- name: Run Maven formatter
run: mvn formatter:format
- name: Commit changes
uses: EndBug/add-and-commit@v9
with:
author_name: PhoenicisBot
author_email: [email protected]
message: 'Lint .java files'
add: '*.java'