From 9c7de0afda2592f514c15b5c20f47f6e791facf3 Mon Sep 17 00:00:00 2001 From: sarsy Date: Fri, 20 Mar 2026 13:51:00 -0400 Subject: [PATCH] Add .gitea/workflows/test.yaml --- .gitea/workflows/test.yaml | 12 ++++++++++++ 1 file changed, 12 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..55ae36c --- /dev/null +++ b/.gitea/workflows/test.yaml @@ -0,0 +1,12 @@ +name: Test Actions + +on: + push: + branches: [ main ] + +jobs: + hello: + runs-on: docker + steps: + - name: Say Hello + run: echo "Hello from Gitea Actions on UGREEN NAS!" \ No newline at end of file