Skip to content

Add new guidelines on tags (#171) #133

Add new guidelines on tags (#171)

Add new guidelines on tags (#171) #133

# Maven continuous integration build of the guide
name: maven-ci-build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Adopt OpenJDK 17
uses: actions/setup-java@v4
with:
distribution: adopt
java-version: '17'
- name: Build with Maven
run: mvn -B package