Spell Checker Buildkite Plugin
Check spelling in specified file.
Exampla
Add the following to your pipeline.yml
:
steps:
- command: ls
plugins:
- itsthecheat/spell-checker:
pattern: '*.md'
Configuration
pattern
(Required, string)
The file name pattern, for example *.ts
. Supports any pattern supported by find -name.
Developing
To run the tests:
docker-compose run --rm tests
Contributing
- Fork the repo
- Make the changes
- Run the tests
- Commit and push your changes
- Send a pull request