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:
|
shellcheck:
|
||||||
steps:
|
steps:
|
||||||
- name: Run shellcheck # https://gitea.com/gitea/act_runner/issues/189
|
- 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:
|
with:
|
||||||
image: koalaman/shellcheck-alpine:v0.10.0
|
args: shellcheck shell.sh
|
||||||
run: |
|
|
||||||
shellcheck shell.sh
|
|
||||||
# shellcheck file2
|
|
||||||
|
|
Loading…
Reference in a new issue