test: 添加测试 workflow
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
2026-04-23 20:39:27 +08:00
parent e0b7ea984f
commit b8d0530118
2 changed files with 21 additions and 27 deletions

13
.gitea/workflows/test.yml Normal file
View File

@@ -0,0 +1,13 @@
name: Test
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo "Hello Gitea Actions!"
- run: echo "Runner is working!"