packages-check-bot/README.md

24 lines
655 B
Markdown
Raw Normal View History

2019-01-15 17:15:25 +00:00
# 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
2019-01-19 00:34:34 +00:00
yarn install
2019-01-15 17:15:25 +00:00
# Run the bot
2019-01-19 00:34:34 +00:00
yarn start
2019-01-15 17:15:25 +00:00
```
## 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
2019-01-22 16:28:38 +00:00
[ISC](LICENSE) © 2019 Status.im <pombeirp@users.noreply.github.com> (https://status.im)