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