Skip to content

Add build-app.yaml workflow and update setup.md #2

Add build-app.yaml workflow and update setup.md

Add build-app.yaml workflow and update setup.md #2

Workflow file for this run

name: Main workflow
on: push
jobs:
Build:
runs-on: ubuntu-latest
container: gradle:6-jdk11
steps:
- name: Clone-down
uses: actions/checkout@v4
- run: ci/build-app.sh