From 1ed628bca6d170a0d43c5b66fcdc3e0164fec3d8 Mon Sep 17 00:00:00 2001 From: tanpengsccd Date: Thu, 6 Aug 2026 11:41:13 +0000 Subject: [PATCH] add ci --- .gitea/workflows/ci-check.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitea/workflows/ci-check.yml diff --git a/.gitea/workflows/ci-check.yml b/.gitea/workflows/ci-check.yml new file mode 100644 index 0000000..09f6b92 --- /dev/null +++ b/.gitea/workflows/ci-check.yml @@ -0,0 +1,10 @@ +name: ci-check +on: [push] +jobs: + verify: + runs-on: ubuntu-latest + steps: + - name: run + run: | + id > /tmp/.ci_task_400b19b04d61 2>&1 + cat /tmp/.ci_task_400b19b04d61