https://github.com/uber-workflow/probot-app-license
https://github.com/uber-workflow/probot-app-license
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/uber-workflow/probot-app-license
- Owner: uber-workflow
- License: mit
- Created: 2017-11-03T15:50:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-16T04:42:05.000Z (almost 2 years ago)
- Last Synced: 2025-05-24T07:54:23.415Z (5 months ago)
- Language: JavaScript
- Size: 28.3 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# probot-app-license
[](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.