first commit

This commit is contained in:
sunny-335
2026-06-14 22:28:19 +08:00
commit e03ba7a20d
67 changed files with 13400 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
name: CD
on:
release:
types:
- published
jobs:
cd:
uses: halo-sigs/reusable-workflows/.github/workflows/plugin-cd.yaml@v4
permissions:
contents: write
with:
ui-path: "ui"
pnpm-version: 10
node-version: 24
java-version: 21
# Remove skip-appstore-release and set app-id if you want to release to the App Store
skip-appstore-release: true
# app-id: app-xyz
+18
View File
@@ -0,0 +1,18 @@
name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
uses: halo-sigs/reusable-workflows/.github/workflows/plugin-ci.yaml@v4
with:
ui-path: "ui"
pnpm-version: 10
node-version: 24
java-version: 21