Added files

This commit is contained in:
2025-10-21 20:49:36 +02:00
commit 92e6413498

View File

@@ -0,0 +1,15 @@
name: Hello world
on:
- push
jobs:
say-hello:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Print hello
run: echo "Hello, world! from Gitea Actions"