diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 1e937ba..05e3a5a 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -1,9 +1,9 @@ name: First CI on: [push] - jobs: - build: - runs-on: ubuntu-latest - steps: - - name: Printing hello - run: echo "Hello nad welcome" \ No newline at end of file +jobs: + build: + 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 new file mode 100644 index 0000000..e69de29