From 68748e270f7a144812b953aac4122dec0e927f4f Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Tue, 27 Aug 2024 21:46:08 +0200 Subject: [PATCH] dd --- .gitea/workflows/lint.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/lint.yaml b/.gitea/workflows/lint.yaml index 2fbf328..08ccc74 100644 --- a/.gitea/workflows/lint.yaml +++ b/.gitea/workflows/lint.yaml @@ -24,12 +24,11 @@ jobs: args: hadolint Dockerfile shellcheck: # https://github.com/marketplace/actions/shellcheck - name: shellcheck steps: - name: Checkout code uses: actions/checkout@v4 - name: Run ShellCheck uses: ludeeus/action-shellcheck@master - with: - format: tty - check_together: 'yes' + with: + format: tty + check_together: 'yes'