add ci workflow
ci / test (push) Canceled after 5m38s

这个提交包含在:
admin committed 2026-09-15 03:56:12 +08:00
1 父节点 168123a059
当前提交 dd2b94e4ff
1 file changed
+14
+14
查看文件
@@ -0,0 +1,14 @@
name: ci
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: smoke
run: |
echo "hello from gitea actions on zktc-x99"
uname -a
ls -la