From 532e5b8d9cc1f8812feca45aadfae42ac64a490c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TwojeImi=C4=99=20NazwiskoJulia?= Date: Wed, 19 Nov 2025 23:07:16 +0100 Subject: [PATCH] Add CI workflow --- .gitea/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 4daec43..6b0acb3 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -1,9 +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 + - name: Printing hello + run: echo "Hello, 🌏" \ No newline at end of file