Skip to content

Add badges and tagline to README #2

Add badges and tagline to README

Add badges and tagline to README #2

Workflow file for this run

name: Build
on:
push:
branches:
- '*'
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
cache: maven
- name: Build with Maven
run: mvn -B verify