Skip to content

Update main.yml

Update main.yml #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 repository
uses: actions/checkout@v4
- run: ci/build-app.sh