Skip to content

Add toString and diffAsString to Configuration #36

Add toString and diffAsString to Configuration

Add toString and diffAsString to Configuration #36

Workflow file for this run

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