From d565220acb1285b1c3cb70ecde0d8b49c2b410c5 Mon Sep 17 00:00:00 2001 From: clkj <919284064@qq.com> Date: Wed, 10 Jun 2026 09:26:54 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20.gitea/workflows/test.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/test.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitea/workflows/test.yml diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml new file mode 100644 index 0000000..ee51eda --- /dev/null +++ b/.gitea/workflows/test.yml @@ -0,0 +1,9 @@ +name: Test Actions +on: [push] + +jobs: + hello-world: + runs-on: ubuntu-latest + steps: + - name: Hello + run: echo "Gitea Actions 激活成功!" \ No newline at end of file