Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 987 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 987 Bytes

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)