Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 526 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 526 Bytes

probot-app-license

Build status

a GitHub App built with 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 if you would like to run your own instance of this app.