From b5dc5e40b067cd792f1dcf9baaecc3aa15d3b8d3 Mon Sep 17 00:00:00 2001 From: GrzegorzRog22 Date: Mon, 25 Nov 2024 10:51:00 +0100 Subject: [PATCH] Hello fix2 --- .gitea/workflows/ci.yml | 8 ++++---- main.c | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 05e3a5a..3166266 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -3,7 +3,7 @@ on: [push] jobs: build: - runs-on: ubuntu-latest - steps: - - name: Printing hello - run: echo "Hello nad welcome" \ No newline at end of file + runs-on: ubuntu-latest + steps: + - name: Printing hello + run: echo "Hello nad welcome" \ No newline at end of file diff --git a/main.c b/main.c index e69de29..6724ae3 100644 --- a/main.c +++ b/main.c @@ -0,0 +1 @@ +#include \ No newline at end of file