A Buildkite plugin to lint your Buildkite plugins 😱
For a full list of features see the Buildkite Plugin Linter cli tool documentation.
steps:
- label: ":sparkles: Lint"
plugins:
- plugin-linter#v3.0.0:
id: my-org/my-plugin
Note: this will pull the latest version of the Plugin Linter each time it is run.
If you want to run it locally on a command line, see the Buildkite Plugin Linter cli tool documentation.
The id of the plugin (e.g. my-org/my-plugin
)
The filename of the plugin’s readme. Default is README.md
To run the tests:
docker-compose run --rm tests
MIT (see LICENSE)