add test workflow
Gitea Actions Demo / test (push) Successful in 0s

This commit is contained in:
2026-04-15 07:26:48 +00:00
parent 864493899f
commit fc4930dc4c
+9
View File
@@ -0,0 +1,9 @@
name: Gitea Actions Demo
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo "Hello, Gitea Actions!"
- run: uptime
- run: whoami