commit c87c483332c928d3e65b4199a5425758729c5e7d Author: JonaszGoldbaumm Date: Tue Nov 26 13:30:08 2024 +0100 init diff --git a/.gitea/ci.yml b/.gitea/ci.yml new file mode 100644 index 0000000..6896af1 --- /dev/null +++ b/.gitea/ci.yml @@ -0,0 +1,8 @@ +name: First CI +on: [push] +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Printing hello + run: echo "Hello elo" \ No newline at end of file