commit 15c9582c8489697a3dbbf72a9f95d7f986c46d01 Author: Xylo Date: Fri Dec 1 10:50:54 2023 +0100 First CI 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