From e984e0d43117a0e7d7bffc5898a549a1ef2e3bd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Kozie=C5=82?= Date: Thu, 20 Nov 2025 16:04:53 +0200 Subject: [PATCH] Add ci yaml file --- .gitea/workflows/ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitea/workflows/ci.yml 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