Skip to content

feat: make AnnotatedCommandTreeBuilder accept a function to convert a… #39

feat: make AnnotatedCommandTreeBuilder accept a function to convert a…

feat: make AnnotatedCommandTreeBuilder accept a function to convert a… #39

Workflow file for this run

name: 'Maven Package'
on: [ 'push', 'pull_request' ]
jobs:
build:
if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Maven
run: mvn -B package --file pom.xml