From c67496c3c0998b11815178779e6b1dbac7404933 Mon Sep 17 00:00:00 2001 From: 97634 Date: Fri, 22 Nov 2024 10:10:21 +0000 Subject: [PATCH] Update .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 41eb7c6..d15dbc1 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" \ No newline at end of file + runs-on: ubuntu-latest + steps: + - name: Printing hello + run: echo "Hello" \ No newline at end of file