commit b70732ae75bee9c7af4c555d226ff03d8a5579b4 Author: TwojeImię NazwiskoJulia Date: Wed Nov 19 22:54:47 2025 +0100 Add CI workflow diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml new file mode 100644 index 0000000..4daec43 --- /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