Set up project structure

This commit is contained in:
2025-09-09 10:01:14 +02:00
commit f84c2a15a0
21 changed files with 710 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
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
BUILD_OPTION: -x testIntegration
secrets: inherit