From 51280f729eeccc20c6756cd91be2ce36578d331f Mon Sep 17 00:00:00 2001 From: kejdzej Date: Thu, 20 Nov 2025 15:21:55 +0100 Subject: [PATCH] poprawa ci.yml --- .gitea/workflows/ci.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index bfbcd7b..3acc338 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -1,8 +1,9 @@ name: First CI on: [push] + jobs: -build: -runs-on: ubuntu-latest -steps: -- name: Printing hello -run: echo "Hello, world" + build: + runs-on: ubuntu-latest + steps: + - name: Printing hello + run: echo "Hello, world"