From 9e8d1c9dacce14317c3638feca9a9db79996cb09 Mon Sep 17 00:00:00 2001 From: QwertyAvatar Date: Fri, 1 Dec 2023 11:03:52 +0100 Subject: [PATCH] commit 2 --- .gitea/workflows/ci.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index d8c243f..492ecef 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -1,9 +1,10 @@ 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 + 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