ff
This commit is contained in:
parent
742a2e749a
commit
2b4330f987
1 changed files with 3 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue