ci: hello-world workflow (T10 validation)
All checks were successful
/ hello (push) Successful in 32s

This commit is contained in:
platform-admin 2026-06-30 22:37:35 +02:00
parent 9176e88406
commit 646244f1e2

View file

@ -0,0 +1,6 @@
on: [push]
jobs:
hello:
runs-on: docker
steps:
- run: echo "hello from the foundation runner — CI works"