This commit is contained in:
2026-04-18 23:11:35 +02:00
commit f7cfd2a86e
196 changed files with 35538 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# Mobile build placeholder.
# Wire up EAS Build (https://docs.expo.dev/eas/) once credentials + a project id exist.
# Typical setup:
# - EAS_PROJECT_ID + EXPO_TOKEN as repo secrets
# - `eas build --platform all --non-interactive` on tag push
name: Mobile Build
on:
workflow_dispatch:
jobs:
placeholder:
runs-on: ubuntu-latest
steps:
- run: echo "Wire up EAS Build when ready."