diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml new file mode 100644 index 0000000..c07c45c --- /dev/null +++ b/.gitea/workflows/test.yml @@ -0,0 +1,14 @@ +name: CI + +on: + push: + branches: + - main + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + - run: echo "Hello from Gitea Actions" \ No newline at end of file