Skip to content

Merge pull request #25 from the-programmers-hangout/feat/miscellaneou… #45

Merge pull request #25 from the-programmers-hangout/feat/miscellaneou…

Merge pull request #25 from the-programmers-hangout/feat/miscellaneou… #45

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 11
- name: Build with Gradle
run: ./gradlew build