Initial Baron Safe app scaffold
ci / flutter-check (push) Successful in 4s

This commit is contained in:
2026-06-30 15:16:14 +09:00
commit 5f7b9a7360
24 changed files with 310 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
name: ci
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
flutter-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Show scaffold
run: find . -maxdepth 3 -type f | sort
- name: Flutter placeholder
run: echo "Configure Flutter runner before enabling analyze/test in Gitea Actions."