ci: add a demo workflow to verify the Gitea runner
demo / check (push) Successful in 37s

This commit is contained in:
Esa Kataja
2026-09-06 10:06:15 +03:00
parent 0f0f04240a
commit 00b737cf8d
+8
View File
@@ -0,0 +1,8 @@
name: demo
on: [push]
jobs:
check:
runs-on: ubuntu-latest
steps:
- run: echo "hello from ${{ gitea.repository }} on ${{ gitea.ref }}"