Skip to content

Create README.md

Create README.md #2

Workflow file for this run

name: Java CI with Maven
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v2
- name: Create local.properties
run: echo '' > ./local.properties
- name: Build the app and run tests
run: ./gradlew build