commit fae29647e0fa3d082cd2a84d1c824027ff3c64ac Author: SEBALAP2 Date: Tue Nov 26 14:05:13 2024 +0100 First commit 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