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

This commit is contained in:
sxbh_admin 2026-04-30 16:28:02 +08:00
commit 7b52305fdd

View File

@ -0,0 +1,7 @@
name: Demo CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo "CI is working! 🎉"