From 246902e441e11ed58e4304b1e0df89a0dc301346 Mon Sep 17 00:00:00 2001 From: LukaszKrawczykDev Date: Thu, 20 Nov 2025 15:19:33 +0100 Subject: [PATCH] v1.1 --- .gitea/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 41eb7c6..25c9606 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -3,7 +3,7 @@ on: [push] jobs: build: - runs-on: ubuntu-latest - steps: - - name: Printing hello - run: echo "Hello" \ No newline at end of file + runs-on: ubuntu-latest + steps: + - name: Printing hello + run: echo "Hello" \ No newline at end of file