A GitHub action to run ShellCheck
10K+
Go to ShellCheck at GitHub
You can find the image on Docker Hub
You can find the image on Docker Hub
I use the base image koalaman/shellcheck for this action
This action has make and bash.
- uses: actions/checkout@v6
- name: run shellcheck
uses: sudo-bot/action-shellcheck@latest
with:
# https://github.com/koalaman/shellcheck#how-to-use
cli-args: "myscript"
- uses: actions/checkout@v6
- name: run shellcheck
uses: sudo-bot/action-shellcheck@latest
with:
# https://github.com/koalaman/shellcheck#how-to-use
cli-args: "--format=checkstyle --severity=info script.sh"
Content type
Image
Digest
sha256:c221fe972…
Size
8.3 MB
Last updated
4 months ago
docker pull botsudo/action-shellcheckPulls:
1,266
Last week