foundation/.forgejo/workflows/hello.yml
platform-admin 646244f1e2
All checks were successful
/ hello (push) Successful in 32s
ci: hello-world workflow (T10 validation)
2026-06-30 22:37:35 +02:00

6 lines
123 B
YAML

on: [push]
jobs:
hello:
runs-on: docker
steps:
- run: echo "hello from the foundation runner — CI works"