From 9a082bd3d1cfbe1fdc9aab02d24310f0ecfbd665 Mon Sep 17 00:00:00 2001 From: Artem Zharkov <72891194+Artem935@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:17:29 +0100 Subject: [PATCH] sixth commit --- .gitea/workflows/test.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 581fe6c..c1b4b36 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -1,9 +1,11 @@ name: First CI + on: [push] - jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: build using gcc - run: gcc -Wall -Werror main.c \ No newline at end of file + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: build using gcc + run: gcc -Wall -Werror main.c