Files
junhong_cmp_fiber/.gitea/workflows/test.yaml
huang c205b450db
Some checks failed
Gitea Actions 测试 / hello (push) Has been cancelled
test
2026-01-19 12:40:37 +08:00

11 lines
198 B
YAML

name: Gitea Actions 测试
on: [push]
jobs:
hello:
runs-on: ubuntu-latest
steps:
- run: echo "Actions 已经成功运行啦!"
- run: docker --version
- run: docker ps