文件
admin dd2b94e4ff
ci / test (push) Canceled after 5m38s
add ci workflow
2026-09-15 03:56:12 +08:00

15 行
255 B
YAML

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