添加 .gitea/workflows/ci-demo.yaml

This commit is contained in:
2026-04-30 16:28:02 +08:00
commit 7b52305fdd
+7
View File
@@ -0,0 +1,7 @@
name: Demo CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo "CI is working! 🎉"