Skip to content

Add run command and log panel (#40) #3

Add run command and log panel (#40)

Add run command and log panel (#40) #3

Workflow file for this run

name: Presubmit
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 17
- uses: gradle/actions/setup-gradle@v3
- run: ./gradlew build