WIP
Some checks failed
Hello World / say_hello (push) Failing after 20s

This commit is contained in:
Martin Kudlacek
2025-11-13 08:25:41 +01:00
commit 8d8707ba6f

View File

@@ -0,0 +1,15 @@
name: Hello World
on:
push:
branches: [ main ]
jobs:
say_hello:
runs-on: docker
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Say Hello
run: echo "Hello, world from Gitea Actions!"