ci: add demo workflow
All checks were successful
Demo CI / smoke (push) Successful in 26s

This commit is contained in:
2026-07-07 09:42:27 +00:00
parent aa1aba1669
commit 1336ae59bd

View File

@@ -0,0 +1,12 @@
name: Demo CI
on:
push:
branches: [main]
pull_request:
jobs:
smoke:
runs-on: ubuntu-latest
steps:
- run: echo "Gitea Actions runner is working"