From fae29647e0fa3d082cd2a84d1c824027ff3c64ac Mon Sep 17 00:00:00 2001 From: SEBALAP2 Date: Tue, 26 Nov 2024 14:05:13 +0100 Subject: [PATCH] First commit --- .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..84c399e --- /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, world" \ No newline at end of file