add hello workflow
Some checks failed
hello / hi (push) Failing after 1m21s

This commit is contained in:
hari 2026-05-23 14:33:45 +00:00
parent 1236786fd9
commit 9149ef3e00

View File

@ -0,0 +1,8 @@
name: hello
on: [push]
jobs:
hi:
runs-on: ubuntu-latest
steps:
- run: echo "Hello from $(hostname) — Gitea Actions is alive!"
- run: docker info | head -20