packages-check-bot/README.md

24 lines
655 B
Markdown

# packages-check-bot
> A GitHub App built with [Probot](https://github.com/probot/probot) that checks changes to packages.json to ensure that URL schemes match intended pattern and that forks are referenced with a tag, instead of a branch.
## Setup
```sh
# Install dependencies
yarn install
# Run the bot
yarn start
```
## Contributing
If you have suggestions for how packages-check-bot could be improved, or want to report a bug, open an issue! We'd love all and any contributions.
For more, check out the [Contributing Guide](CONTRIBUTING.md).
## License
[ISC](LICENSE) © 2019 Status.im <pombeirp@users.noreply.github.com> (https://status.im)