Skip to content

irab/spellcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spellchecker Buildkite Plugin

Annotates the build with words that are misspelt.

Example

Add the following to your pipeline.yml:

steps:
  - command: ls
    plugins:
      - irab/spellcheck#v1.0.0:
          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

  1. Fork the repo
  2. Make the changes
  3. Run the tests
  4. Commit and push your changes
  5. Send a pull request

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages