From c87c483332c928d3e65b4199a5425758729c5e7d Mon Sep 17 00:00:00 2001 From: JonaszGoldbaumm Date: Tue, 26 Nov 2024 13:30:08 +0100 Subject: [PATCH] init --- .gitea/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitea/ci.yml 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