dd
This commit is contained in:
parent
663149d0fc
commit
68748e270f
1 changed files with 3 additions and 4 deletions
|
@ -24,12 +24,11 @@ jobs:
|
||||||
args: hadolint Dockerfile
|
args: hadolint Dockerfile
|
||||||
|
|
||||||
shellcheck: # https://github.com/marketplace/actions/shellcheck
|
shellcheck: # https://github.com/marketplace/actions/shellcheck
|
||||||
name: shellcheck
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Run ShellCheck
|
- name: Run ShellCheck
|
||||||
uses: ludeeus/action-shellcheck@master
|
uses: ludeeus/action-shellcheck@master
|
||||||
with:
|
with:
|
||||||
format: tty
|
format: tty
|
||||||
check_together: 'yes'
|
check_together: 'yes'
|
||||||
|
|
Loading…
Reference in a new issue