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.0.1:
files: scripts/*.sh
The files (or globs) to run shellcheck on
MIT (see LICENSE)