Document SSH Gitea remote
Some checks failed
Codex Template Compliance / template-compliance (push) Successful in 5s
GUI Smoke Test / gui-smoke (push) Failing after 23m39s
Release Dry Run / release-dry-run (push) Successful in 16s
Build / build (push) Failing after 27m29s
Scheduled Security Scan / security-scan (push) Failing after 9s
Scheduled Repository Cleanup Check / cleanup-check (push) Successful in 7s
Scheduled Dependency Check / dependency-check (push) Successful in 17s

This commit is contained in:
ToxicCrzay270
2026-05-27 15:17:04 +02:00
parent 44839c254a
commit ba4616bfeb
3 changed files with 14 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ Codex Agent Repository Kit baseline applied. The project is a React/Vite/TypeScr
- Added agent instructions and project notes.
- Added security, contribution, changelog, release checklist, security review, and release notes documents.
- Added non-destructive Gitea maintenance workflows.
- Project remote set to `https://git.wilkensxl.de/Toxic/league-of-legends-gui-overhaul.git`.
- Project remote set to `ssh://git@git.wilkensxl.de:2222/Toxic/league-of-legends-gui-overhaul.git`.
- Documented current npm build and test commands.
- Added a Gitea runner build workflow for `npm ci`, `npm test`, `npm run build`, and `dist/` artifact upload.
- Added standard npm `lint`, `audit`, and `release:check` scripts from the Node kit profile.