From 56807d8fe262a3d7757f62bde66e70e784bdd85b Mon Sep 17 00:00:00 2001 From: Anton Ovod Date: Thu, 20 Nov 2025 12:35:26 +0100 Subject: [PATCH] Fix first ci pipeline --- .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 b629c13..23fe6bb 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, " + runs-on: ubuntu-latest + steps: + - name: Printing hello + run: echo "Hello, World!"