Files
wdi/.gitea/workflows/build.yaml
Walter Oggioni 5f64b27c2a
Some checks failed
CI / build (push) Failing after 1s
added gitea action and updated lys catalog
2024-03-23 22:06:01 +08:00

14 lines
231 B
YAML

name: CI
on:
push:
branches: [ master ]
jobs:
build:
runs-on: woryzen
container:
image: eclipse-temurin:21-jdk-alpine
options: --user $(id -u)
steps:
- name: Build
run: ./gradlew build