From 3083763fab068e00c180684f9efac153630f0a21 Mon Sep 17 00:00:00 2001 From: kejdzej Date: Thu, 20 Nov 2025 15:24:32 +0100 Subject: [PATCH] poprawa 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 1bb1acd..44ff926 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, world" + build: + runs-on: ubuntu-latest + steps: + - name: Printing hello + run: echo "Hello, world"