Skip to content

Update CONTRIBUTING.md (#67) #18

Update CONTRIBUTING.md (#67)

Update CONTRIBUTING.md (#67) #18

Workflow file for this run

permissions: read-all
name: build
on:
push:
branches: [ "master", "main" ]
pull_request:
branches: [ "master", "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'adopt'
cache: maven
- name: Build with Maven
run: mvn clean package jacoco:report