Skip to content

Merge pull request #40 from janewaitara/feat_code_cleanup #178

Merge pull request #40 from janewaitara/feat_code_cleanup

Merge pull request #40 from janewaitara/feat_code_cleanup #178

Workflow file for this run

name: Build
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v2
- name: Build the app
run: ./gradlew build