From 7b52305fdda496f813e50d49cf8f7edfb88cd94e Mon Sep 17 00:00:00 2001 From: sxbh_admin <2355579817@qq.com> Date: Thu, 30 Apr 2026 16:28:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20.gitea/workflows/ci-demo.y?= =?UTF-8?q?aml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci-demo.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitea/workflows/ci-demo.yaml diff --git a/.gitea/workflows/ci-demo.yaml b/.gitea/workflows/ci-demo.yaml new file mode 100644 index 0000000..60e031b --- /dev/null +++ b/.gitea/workflows/ci-demo.yaml @@ -0,0 +1,7 @@ +name: Demo CI +on: [push] +jobs: + test: + runs-on: ubuntu-latest + steps: + - run: echo "CI is working! 🎉" \ No newline at end of file