Add hello-world Gitea Actions workflow
Hello World / hello (push) Has been cancelled

This commit is contained in:
2026-06-01 10:38:52 -04:00
commit 2ece894785
+10
View File
@@ -0,0 +1,10 @@
name: Hello World
on: [push]
jobs:
hello:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Say hello
run: echo "Hello, Gitea Actions!"