commit e984e0d43117a0e7d7bffc5898a549a1ef2e3bd1 Author: Mateusz KozieĊ‚ Date: Thu Nov 20 16:04:53 2025 +0200 Add ci yaml file diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml new file mode 100644 index 0000000..517a2d2 --- /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, student debil" \ No newline at end of file