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@v4
- name: run shellcheck
uses: sudo-bot/action-shellcheck@latest
with:
# https://github.com/koalaman/shellcheck#how-to-use
cli-args: "myscript"
- uses: actions/checkout@v4
- 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"