Delete .gitea/workflows/hello.yamlx

This commit is contained in:
2025-10-22 21:53:34 +02:00
parent c4c9b3f9ea
commit 7ba8935999

View File

@@ -1,15 +0,0 @@
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"