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:
|
with:
|
||||||
args: hadolint Dockerfile
|
args: hadolint Dockerfile
|
||||||
|
|
||||||
shellcheck: # https://github.com/marketplace/actions/shellcheck
|
# shellcheck: # https://github.com/marketplace/actions/shellcheck
|
||||||
steps:
|
# steps:
|
||||||
- name: Checkout code
|
# - name: Checkout code
|
||||||
uses: actions/checkout@v4
|
# uses: actions/checkout@v4
|
||||||
- name: Run ShellCheck
|
# - name: Run ShellCheck
|
||||||
uses: sudo-bot/action-shellcheck@latest
|
# uses: sudo-bot/action-shellcheck@latest
|
||||||
with:
|
# with:
|
||||||
cli-args: "shell.sh"
|
# cli-args: "shell.sh"
|
||||||
|
|
Loading…
Reference in a new issue