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: