Add .gitea/workflows/demo.yml
Demo / hello (push) Successful in 41s

This commit is contained in:
2026-08-17 20:36:48 +00:00
commit 2a7c1744eb
+9
View File
@@ -0,0 +1,9 @@
name: Demo
on: [push]
jobs:
hello:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: echo "Hello from Gitea Actions"
- run: ls -la