Skip to content

fix: Update README & minor documentation touchups. #20

fix: Update README & minor documentation touchups.

fix: Update README & minor documentation touchups. #20

Workflow file for this run

name: Java CI with Maven
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 11
- name: Build with Maven
run: mvn clean package