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
|
||||
|
||||
shellcheck: # https://github.com/marketplace/actions/shellcheck
|
||||
name: shellcheck
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
- name: Run ShellCheck
|
||||
uses: ludeeus/action-shellcheck@master
|
||||
with:
|
||||
format: tty
|
||||
check_together: 'yes'
|
||||
with:
|
||||
format: tty
|
||||
check_together: 'yes'
|
||||
|
|
Loading…
Reference in a new issue