Add gitea runner test. See if picked up!
All checks were successful
/ test (push) Successful in 3m38s

This commit is contained in:
Damianko135 2026-04-26 12:12:20 +02:00
parent 11345cfe87
commit 2abacb0193

View File

@ -0,0 +1,10 @@
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Test runner connection
run: echo "Runner is connected and ready to execute workflows!!"