.gitea/workflows/demo.yml を追加
Demo / test (push) Successful in 1m2s

This commit is contained in:
sk
2026-05-11 16:19:58 +09:00
commit 44586e0896
+8
View File
@@ -0,0 +1,8 @@
name: Demo
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo "🎉 初めての自動テストが動いた!"
- run: date