From 15c9582c8489697a3dbbf72a9f95d7f986c46d01 Mon Sep 17 00:00:00 2001 From: Xylo Date: Fri, 1 Dec 2023 10:50:54 +0100 Subject: [PATCH] First CI --- .gitea/workflows/ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitea/workflows/ci.yml diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml new file mode 100644 index 0000000..b47ff8d --- /dev/null +++ b/.gitea/workflows/ci.yml @@ -0,0 +1,9 @@ +name: First CI +on: [push] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Printing hello + run: echo "Hello, 🌍" \ No newline at end of file