diff --git a/gitea/workflows/test.yaml b/gitea/workflows/test.yaml new file mode 100644 index 0000000..27b66c2 --- /dev/null +++ b/gitea/workflows/test.yaml @@ -0,0 +1,7 @@ +name: Connectivity Test +on: [push] +jobs: + test: + runs-on: ubuntu-latest + steps: + - run: echo "The runner is working!" \ No newline at end of file