From 1620a0a22de2b62a283dd7dd318d5a37b3bd3794 Mon Sep 17 00:00:00 2001 From: john Date: Fri, 21 Nov 2025 12:25:25 +0100 Subject: [PATCH] dodanie ci yml2 --- .gitea/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 703b49b..9a02c5e 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -1,8 +1,8 @@ name: First CI on: [push] jobs: -build: - runs-on: ubuntu-latest - steps: - - name: Printing hello - run: echo "Hello, world" \ No newline at end of file + build: + runs-on: ubuntu-latest + steps: + - name: Printing hello + run: echo "Hello, world" \ No newline at end of file