From 6c5d4e429b5dfb0de2b851471674f05c59e6ba83 Mon Sep 17 00:00:00 2001 From: Alex Matsuev Date: Mon, 24 Nov 2025 01:40:38 +0300 Subject: [PATCH] Initial commit --- .gitea/workflows/test-action.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitea/workflows/test-action.yaml diff --git a/.gitea/workflows/test-action.yaml b/.gitea/workflows/test-action.yaml new file mode 100644 index 0000000..7170ce1 --- /dev/null +++ b/.gitea/workflows/test-action.yaml @@ -0,0 +1,8 @@ +name: "Test Go Action" +on: [push] +jobs: + use-go-action: + runs-on: golang + steps: + - name: Use Go Action + uses: https://sirius.klsh.ru/sirius/go-action@v0.0.1