diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml new file mode 100644 index 0000000..e54d688 --- /dev/null +++ b/.gitea/workflows/test.yml @@ -0,0 +1,11 @@ +name: Hello World +on: + push: + branches: + - main +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - run: echo "Hello, world!" \ No newline at end of file