Skip to content

Behold... weird things #3

Behold... weird things

Behold... weird things #3

Workflow file for this run

name: Build
on: [push, pull_request, merge_group]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-java@v3
with:
distribution: microsoft
java-version: 21
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
- name: Build with Gradle
run: ./gradlew build