Add Gitea runner build workflow
All checks were successful
Build / build (push) Successful in 2m2s
Release Dry Run / release-dry-run (push) Successful in 11s
Codex Template Compliance / template-compliance (push) Successful in 5s

This commit is contained in:
ToxicCrzay270
2026-05-15 00:53:40 +02:00
parent 45b96ec20f
commit 26d213df9b
5 changed files with 54 additions and 3 deletions

View File

@@ -30,6 +30,14 @@ git diff --check
There is no separate lint script yet. `npm run build` runs `tsc --noEmit` before the Vite build. There is no audit or release-check script yet.
Build and test verification should run on the Gitea runner with:
```text
.gitea/workflows/build.yml
```
The local machine is not the source of truth for CI results.
## Stack
```text
@@ -46,12 +54,12 @@ npm
Release artifacts are produced in:
Expected files:
```text
dist/
```
The Gitea build workflow uploads `dist/` as the `league-of-legends-gui-overhaul-dist` workflow artifact.
## Security Rules
- Do not commit secrets, tokens, `.env` files, certificates, or private keys.