ci: add flutter-builder checkout smoke workflow (act_runner 0.4.1 verification)

This commit is contained in:
2026-06-10 22:12:29 +00:00
parent 7de4a2a5ba
commit 4b9729d23c

View File

@@ -0,0 +1,14 @@
name: flutter-runner-checkout-smoke
on:
workflow_dispatch:
jobs:
checkout-smoke:
runs-on: flutter-builder
steps:
- uses: actions/checkout@v4
- name: Prove checkout worked
run: |
echo "checkout OK"
ls -la
git log -1 --oneline