Initial commit

This commit is contained in:
2025-09-10 07:10:16 +00:00
committed by Swordsteel
commit e61c8b6514
17 changed files with 587 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
name: Gradle Build on PR
on:
workflow_dispatch:
pull_request:
branches: [master]
types: [opened, synchronize, reopened]
jobs:
call-gradle-build:
uses: aura-ascend/common-workflows/.gitea/workflows/gradle-build.yaml@master
with:
JAVA_VERSION: 17
secrets: inherit