From 0f1ab7fec72cd57e9487cf8fbc033be0107bf289 Mon Sep 17 00:00:00 2001 From: 6arelyFuture Date: Mon, 1 Jul 2024 17:27:39 +0000 Subject: [PATCH] maint: remove newline --- .gitea/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index c726db6..bebbffe 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -4,7 +4,6 @@ on: [push] jobs: build-linux: runs-on: ubuntu-latest - steps: - name: Check out files uses: actions/checkout@v4