diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml new file mode 100644 index 0000000..efd0552 --- /dev/null +++ b/.gitea/workflows/test.yaml @@ -0,0 +1,11 @@ +name: Gitea Actions 测试 + +on: [push] + +jobs: + hello: + runs-on: ubuntu-latest + steps: + - run: echo "Actions 已经成功运行啦!" + - run: docker --version + - run: docker ps \ No newline at end of file