From 473cb84c93743fd60d1e72486d6767ad1acb870f Mon Sep 17 00:00:00 2001 From: Igor_Niemiec Date: Mon, 8 Dec 2025 14:25:45 +0100 Subject: [PATCH] Modified ci.yml --- .gitea/workflows/ci.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 73e9771..1b6ea4a 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -1,8 +1,10 @@ name: First CI on: [push] + + jobs: -build: -runs-on: ubuntu-latest -steps: -- name: Printing hello -run: echo "Hello, " \ No newline at end of file + build: + runs-on: ubuntu-latest + steps: + - name: Printing hello + run: echo "Hello, " \ No newline at end of file