From 2b4330f9874ed62b6cdb358adcf47da73249e79c Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Tue, 27 Aug 2024 21:36:02 +0200 Subject: [PATCH] ff --- .gitea/workflows/lint.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/lint.yaml b/.gitea/workflows/lint.yaml index 996aebe..fb1b416 100644 --- a/.gitea/workflows/lint.yaml +++ b/.gitea/workflows/lint.yaml @@ -28,9 +28,7 @@ jobs: shellcheck: steps: - name: Run shellcheck # https://gitea.com/gitea/act_runner/issues/189 - uses: addnab/docker-run-action@v3 + - name: Run hadolint + uses: docker://pipelinecomponents/hadolint:0.26.4 with: - image: koalaman/shellcheck-alpine:v0.10.0 - run: | - shellcheck shell.sh - # shellcheck file2 + args: shellcheck shell.sh