Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Update README.md

Update README.md #11

name: main-openjdk_current-linux
on:
push:
branches: [ develop, feature/*, release/* ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: JDK
uses: actions/setup-java@v1
with:
java-version: 15
- name: Build
run: mvn --errors clean verify