From ee5b596bd479c8c950871e0657aed077839cb9fb Mon Sep 17 00:00:00 2001 From: JakubLaptop Date: Tue, 26 Nov 2024 13:46:24 +0100 Subject: [PATCH] fix --- .gitea/workflows/ci.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 1827434..d629603 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -1,10 +1,9 @@ name: First CI - on: [push] jobs: - build: - runs-on: ubuntu-latest - steps: - - name: Printing hello - run: echo "Hello, " + build: + runs-on: ubuntu-latest + steps: + - name: Printing hello + run: echo "Hello, "