Remove Forgejo CI
This commit is contained in:
parent
1e7335481a
commit
233d266886
1 changed files with 0 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
|||
on:
|
||||
- "push"
|
||||
- "workflow_dispatch"
|
||||
jobs:
|
||||
"build":
|
||||
runs-on: "docker"
|
||||
container:
|
||||
image: "gradle:8.10.1-jdk21-jammy"
|
||||
steps:
|
||||
- uses: "actions/checkout@v3"
|
||||
- run: "./gradlew build"
|
Loading…
Reference in a new issue