From dd2b94e4ff68834f6e010536627d09f5206eb49f Mon Sep 17 00:00:00 2001 From: Admin Date: Tue, 15 Sep 2026 03:56:12 +0800 Subject: [PATCH] add ci workflow --- .gitea/workflows/ci.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitea/workflows/ci.yml diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml new file mode 100644 index 0000000..06e9f02 --- /dev/null +++ b/.gitea/workflows/ci.yml @@ -0,0 +1,14 @@ +name: ci +on: [push] + +jobs: + test: + runs-on: ubuntu-latest + steps: + - name: checkout + uses: actions/checkout@v4 + - name: smoke + run: | + echo "hello from gitea actions on zktc-x99" + uname -a + ls -la