detect-clowns-buildkite-plugin icon indicating copy to clipboard operation
detect-clowns-buildkite-plugin copied to clipboard

🤡 Detect clown emojis in your codebase

Clown Detection Buildkite Plugin Build status

An example Buildkite plugin for detecting whether your code has any clowns in it.

It contains a command hook, and tests using plugin-tester.

Example

steps:
  - plugins:
      - detect-clowns#v2.0.0: ~

Tests

To run testing, shellchecks and plugin linting use use bk run with the Buildkite CLI.

bk run

Or if you want to run just the tests, you can use the docker Plugin Tester:

docker run --rm -ti -v "${PWD}":/plugin buildkite/plugin-tester:latest

License

MIT (see LICENSE)