Skip to content

Merge pull request #2 from flock-community/check-correct-openapi-version #30

Merge pull request #2 from flock-community/check-correct-openapi-version

Merge pull request #2 from flock-community/check-correct-openapi-version #30

Workflow file for this run

name: Build
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout project sources
uses: actions/checkout@v2
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Run build with Gradle Wrapper
run: ./gradlew build