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