Skip to content

Complete annotations used by flux-commands (#498) #507

Complete annotations used by flux-commands (#498)

Complete annotations used by flux-commands (#498) #507

Workflow file for this run

name: Build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Build with gradle
run: ./gradlew check