Add Forgejo CI
Some checks failed
/ build (push) Failing after 0s

This commit is contained in:
1e99 2024-09-25 19:11:36 +02:00
parent b6fa1e9878
commit d80ae73464

View file

@ -0,0 +1,11 @@
on:
- "push"
- "workflow_dispatch"
jobs:
"build":
runs-on: "docker"
container:
image: "8.10.1-jdk21-jammy"
steps:
- uses: "actions/checkout@v3"
- run: "./gradlew build"