An example Buildkite plugin for detecting whether your code has any clowns in it.
It contains a command hook, and tests using plugin-tester.
steps:
- plugins:
- detect-clowns#v1.0.0: ~
To run the tests of this plugin, run
docker-compose run --rm tests
MIT (see LICENSE)