Skip to content

add PR check for apps-maven-builder #4

add PR check for apps-maven-builder

add PR check for apps-maven-builder #4

Workflow file for this run

name: "CI :: PR Check"
on:
pull_request:
branches: ["**"]
types: [opened, reopened, ready_for_review, synchronize]
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: "Checkout Repository"
uses: actions/checkout@v4
- name: Build apps-maven-builder
uses: actions/setup-java@v4
with:
distribution: "temurin"
java-version: 17
settings-path: ${{ github.workspace }}/.github/supporting_files/pr_check_settings.xml
- run: mvn -f apps-maven-builder clean install