From 6e9230d7225585008540da3a96087c013958575f Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Mon, 31 Mar 2025 18:18:59 +0200 Subject: [PATCH] style(ci): remove obsolete spaces --- .gitea/workflows/shellcheck.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/shellcheck.yml b/.gitea/workflows/shellcheck.yml index 88073ce..d1cebf2 100644 --- a/.gitea/workflows/shellcheck.yml +++ b/.gitea/workflows/shellcheck.yml @@ -2,8 +2,8 @@ name: Lint Shell files on: pull_request: - branches: [ "*" ] - types: [ "opened", "edited" ] + branches: ["*"] + types: ["opened","edited"] workflow_dispatch: {} jobs: