Skip to content

lakhan-twilio/plugin-linter-buildkite-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plugin Linter Buildkite Plugin Build status

A Buildkite plugin to lint your Buildkite plugins 😱

For a full list of features see the Buildkite Plugin Linter cli tool documentation.

Usage

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.

Configuration

id

The id of the plugin (e.g. my-org/my-plugin)

readme (optional)

The filename of the plugin’s readme. Default is README.md

Developing

To run the tests:

docker-compose run --rm tests

License

MIT (see LICENSE)

About

✨ A Buildkite plugin for linting your Buildkite plugins

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%