diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml new file mode 100644 index 0000000..5683aba --- /dev/null +++ b/.gitea/workflows/test.yaml @@ -0,0 +1,10 @@ +on: + push: + + +jobs: + test: + runs-on: ubuntu-latest + steps: + - name: Test runner connection + run: echo "Runner is connected and ready to execute workflows!!" \ No newline at end of file