Add hello workflow
Some checks failed
Hello / greet (push) Has been cancelled

This commit is contained in:
2026-03-08 01:07:21 +00:00
parent 26f1ac83de
commit c5ba84c98d

View File

@@ -0,0 +1,7 @@
name: Hello
on: [push]
jobs:
greet:
runs-on: ubuntu-latest
steps:
- run: echo "Hello from Gitea Actions!"