From 16def1176b33b755ce4f18e95b6b13e967284672 Mon Sep 17 00:00:00 2001 From: sam Date: Fri, 6 Feb 2026 09:20:21 +0000 Subject: [PATCH] aa --- gitea/workflows/test.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 gitea/workflows/test.yaml diff --git a/gitea/workflows/test.yaml b/gitea/workflows/test.yaml new file mode 100644 index 0000000..27b66c2 --- /dev/null +++ b/gitea/workflows/test.yaml @@ -0,0 +1,7 @@ +name: Connectivity Test +on: [push] +jobs: + test: + runs-on: ubuntu-latest + steps: + - run: echo "The runner is working!" \ No newline at end of file