commit 1f9ddd003d00f39be104b932d4688a2e8f11ea5d Author: r00j3K Date: Mon Nov 25 10:39:49 2024 +0100 initial diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml new file mode 100644 index 0000000..2d1547b --- /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, "