commit 270e0fc4046afbb540f3919bae0d9f9afae67d12 Author: Nela-cat Date: Mon Nov 17 17:36:51 2025 +0100 Add CI workflow diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml new file mode 100644 index 0000000..562bba7 --- /dev/null +++ b/.gitea/workflows/ci.yml @@ -0,0 +1,10 @@ +name: First CI + +on: [push] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Printing hello + run: echo "Hello"