A Buildkite plugin that runs shellcheck against your shell scripts using the koalaman/shellcheck docker image.
This will check all shellscripts with shellcheck.
steps:
- plugins:
- shellcheck#v1.1.2:
files: scripts/*.sh
The files (or globs) to run shellcheck on.
Command line options to pass to shellcheck.
Default: "--color=always"
Version of docker image to use.
Default: latest
MIT (see LICENSE)