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