Add demo workflow
Demo / build (push) Successful in 53s

This commit is contained in:
2026-07-01 18:05:04 +00:00
parent fbf5135dc8
commit bb52109309
+7
View File
@@ -0,0 +1,7 @@
name: Demo
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: echo "Hello Gitea Actions"