From 364f0f76864b90abc044279fa0041f3a9c37bf58 Mon Sep 17 00:00:00 2001 From: 97634 Date: Fri, 22 Nov 2024 10:08:17 +0000 Subject: [PATCH] Update .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 8a131a5..fd1a63f 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -4,5 +4,5 @@ jobs: build: runs-on: ubuntu-latest steps: - - name: Printing hello - run: echo "Hello" \ No newline at end of file + - name: Printing hello + run: echo "Hello" \ No newline at end of file