diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml new file mode 100644 index 0000000..ee51eda --- /dev/null +++ b/.gitea/workflows/test.yml @@ -0,0 +1,9 @@ +name: Test Actions +on: [push] + +jobs: + hello-world: + runs-on: ubuntu-latest + steps: + - name: Hello + run: echo "Gitea Actions 激活成功!" \ No newline at end of file