Add test wf

This commit is contained in:
moritzrfs
2025-05-04 14:27:52 +02:00
parent 43d816c002
commit cc4464818b

15
.gitea/workflows/test.yml Normal file
View File

@@ -0,0 +1,15 @@
name: Test Gitea Runner
on:
push:
branches: [ main ]
jobs:
test-runner:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Say Hello
run: echo "Hello from Gitea Runner!"