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

https://github.com/deecewan/build-queue

Queue builds in CI
https://github.com/deecewan/build-queue

Last synced: 2 months ago
JSON representation

Queue builds in CI

Awesome Lists containing this project

README

          

# build-queue

> A GitHub App built with [Probot](https://github.com/probot/probot) that Create a build queue for your applications

## Setup

```sh
# Install dependencies
npm install

# Run typescript
npm run build

# Run the bot
npm start
```

## License

See [LICENSE](./LICENSE)