From 0be7dee260d5b7e1a97595fd51873a06be6681c9 Mon Sep 17 00:00:00 2001 From: w07swotbg Date: Mon, 27 Jul 2026 01:35:26 +0200 Subject: [PATCH] init --- .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..68ddcef --- /dev/null +++ b/.gitea/workflows/ci.yml @@ -0,0 +1,7 @@ +name: CI +on: [push] +jobs: + t: + runs-on: ubuntu-latest + steps: + - run: echo RUNNER_OK