disable shellcheck
This commit is contained in:
parent
cf1d2264a0
commit
af6cbc1d44
1 changed files with 8 additions and 8 deletions
|
@ -23,11 +23,11 @@ jobs:
|
|||
with:
|
||||
args: hadolint Dockerfile
|
||||
|
||||
shellcheck: # https://github.com/marketplace/actions/shellcheck
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
- name: Run ShellCheck
|
||||
uses: sudo-bot/action-shellcheck@latest
|
||||
with:
|
||||
cli-args: "shell.sh"
|
||||
# shellcheck: # https://github.com/marketplace/actions/shellcheck
|
||||
# steps:
|
||||
# - name: Checkout code
|
||||
# uses: actions/checkout@v4
|
||||
# - name: Run ShellCheck
|
||||
# uses: sudo-bot/action-shellcheck@latest
|
||||
# with:
|
||||
# cli-args: "shell.sh"
|
||||
|
|
Loading…
Reference in a new issue