Add .gitea/workflows/test.yml
test / hello (push) Successful in 37s

This commit is contained in:
2026-07-16 17:48:00 +02:00
commit f9094a8c1f
+7
View File
@@ -0,0 +1,7 @@
name: test
on: [push]
jobs:
hello:
runs-on: ubuntu-latest
steps:
- run: echo "it works"