Skip to content

durkode/shellcheck-buildkite-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shellcheck Buildkite Plugin

A Buildkite plugin that runs shellcheck against your shell scripts using the koalaman/shellcheck docker image.

Example

This will check all shellscripts with shellcheck.

steps:
  - plugins:
      shellcheck#v1.0.1:
        files: scripts/*.sh

Options

files

The files (or globs) to run shellcheck on

License

MIT (see LICENSE)

About

🔍 Run shellcheck on your scripts

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%