Skip to content

cicd: add automated release. #9

cicd: add automated release.

cicd: add automated release. #9

Workflow file for this run

name: Maven Verify
on:
push: null
pull_request: null
jobs:
verify:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'adopt'
- name: Verify
run: mvn --batch-mode verify