Annotates the build with words that are misspelt.
Add the following to your pipeline.yml
:
steps:
- command: ls
plugins:
- irab/spellcheck#v1.0.0:
pattern: '*.md'
The file name pattern, for example *.ts
. Supports any pattern supported by find -name.
To run the tests:
docker-compose run --rm tests
- Fork the repo
- Make the changes
- Run the tests
- Commit and push your changes
- Send a pull request