Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Fixes #32 - Rework README to define name of spec instead saying “GitHub” #14

Fixes #32 - Rework README to define name of spec instead saying “GitHub”

Fixes #32 - Rework README to define name of spec instead saying “GitHub” #14

Workflow file for this run

name: build
on:
push:
branches:
- '*'
tags-ignore:
- 'v*'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Java 21
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: 21
- name: Build with Maven
run: mvn -B --ntp verify