An open API service indexing awesome lists of open source software.

https://github.com/uber-workflow/probot-app-license


https://github.com/uber-workflow/probot-app-license

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# probot-app-license

[![Build status](https://badge.buildkite.com/9483868df2909bb8e9c204f37e7c89abb1dc587467e1699e1c.svg?branch=master)](https://buildkite.com/uberopensource/probot-app-license)

> a GitHub App built with [probot](https://github.com/probot/probot) that validates that the project has a LICENSE file in the top level of the source tree.

## Setup

```
# Install dependencies
npm install

# Run the bot
npm start
```

See [docs/deploy.md](docs/deploy.md) if you would like to run your own instance of this app.