Add .gitea/workflows/test.yaml
All checks were successful
Test Actions / hello (push) Successful in 1s

This commit is contained in:
2026-03-20 13:51:00 -04:00
parent 8ccbdc6936
commit 9c7de0afda

View File

@@ -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!"