From c14d67229c42ac4a2904a082d18ca0d7812a9d44 Mon Sep 17 00:00:00 2001 From: itlxrd Date: Thu, 9 Apr 2026 09:44:47 +0000 Subject: [PATCH] feat: gitea actions test --- .gitea/workflows/ci.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitea/workflows/ci.yaml diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml new file mode 100644 index 0000000..83f295e --- /dev/null +++ b/.gitea/workflows/ci.yaml @@ -0,0 +1,9 @@ +name: CI +on: [push] + +jobs: + build: + runs-on: host-runner + steps: + - uses: actions/checkout@v4 + - run: echo "works on $(uname -a)" \ No newline at end of file