feat: add trip deletion and adjust CI/CD workflows for luggage-list
Some checks failed
Luggage List Build / release (push) Has been cancelled
Luggage List Build / build-android (push) Has started running
Luggage List Build / build-web (push) Has been cancelled

This commit is contained in:
2026-04-18 11:54:03 +02:00
parent 7de77d2878
commit 3de75b2f4d
5 changed files with 62 additions and 24 deletions

View File

@@ -1,4 +1,4 @@
name: Dev Branch Check
name: Luggage List Dev Branch Check
on:
push:
branches-ignore:
@@ -24,5 +24,5 @@ jobs:
- name: 📦 Install dependencies
run: pnpm install
- name: 🧪 Check for linting/type errors
- name: 🧪 Web export smoke check
run: npx expo export --platform web