3 Commits

Author SHA1 Message Date
Space-Banane
647d1d66b5 Add credits and AI disclaimer to README 2026-04-19 17:25:43 +02:00
Space-Banane
e2cb853502 Merge branch 'main' of ssh://gitea.reversed.dev:2222/space/luggage-list
All checks were successful
Luggage List Build / vitests (push) Successful in 1m19s
Luggage List Build / build-web (push) Successful in 2m46s
Luggage List Build / build-android (push) Successful in 13m34s
Luggage List Build / release (push) Successful in 50s
2026-04-19 17:20:19 +02:00
Space-Banane
df89066f3b added vitest as a CI/CD job 2026-04-19 17:20:17 +02:00
2 changed files with 33 additions and 1 deletions

View File

@@ -9,6 +9,28 @@ on:
- '.gitea/workflows/**'
jobs:
vitests:
runs-on: ubuntu-latest
steps:
- name: 🏗 Setup repo
uses: actions/checkout@v2
- name: 🏗 Setup Node
uses: actions/setup-node@v2
with:
node-version: 22
- name: 🏗 Setup pnpm
uses: pnpm/action-setup@v4
with:
version: latest
- name: 📦 Install dependencies
run: pnpm install
- name: 🧪 Run vitests
run: pnpm test
build-android:
runs-on: ubuntu-latest
steps:
@@ -103,7 +125,7 @@ jobs:
release:
runs-on: ubuntu-latest
needs: [build-android, build-web]
needs: [build-android, build-web, vitests]
steps:
- name: 🏗 Setup repo
uses: actions/checkout@v2

View File

@@ -97,3 +97,13 @@ Backup and restore is done through JSON, either by:
```bash
npm run test
```
## Credits
<a href="https://www.flaticon.com/free-icons/travelling" title="travelling icons">Travelling icons created by Freepik - Flaticon</a>
## Ai Disclaimer
This project was mainly developed by my AI Agent [Luna](https://luna.reversed.dev). The only changes, i, [Space](https://spaceistyping.com) have made were with Copilot or manually in the Readme and in the CI/CD Pipeline. All other code was generated by Luna. A Human was always in the loop to review the code and to make sure it was working before pushing it to the repository.
(FYI: Luna runs on gpt-5.3-codex and 5.4-mini; Copilot was used with gpt-5.3-codex and gemini-3.1-pro)