disable shellcheck
All checks were successful
linter / gitleaks (push) Successful in 3s
linter / hadolint (push) Successful in 2s

This commit is contained in:
Michael Grote 2024-08-27 21:52:27 +02:00
parent cf1d2264a0
commit af6cbc1d44

View file

@ -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"