Gitea actions test
All checks were successful
Test Runner Workflow / test-job (push) Successful in 1m21s

This commit is contained in:
2025-07-20 18:41:44 -07:00
parent b0d87c3b56
commit 9447db7d63

12
.gitea/workflows/main.yml Normal file
View File

@@ -0,0 +1,12 @@
name: Test Runner Workflow
on:
push:
branches: [ main ]
jobs:
test-job:
runs-on: ubuntu-latest
steps:
- name: Say hello
run: echo "✅ Hello from Gitea Actions on Synology!"