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

https://github.com/deepchecks/deepchecks-ci


https://github.com/deepchecks/deepchecks-ci

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# deepchecks-gh-app

> A GitHub App built with [Probot](https://github.com/probot/probot) that A GitHub app to enable ML CI/CD using Deepchecks

## Setup

```sh
# Install dependencies
npm install

# Run the bot
npm start
```

## Docker

```sh
# 1. Build container
docker build -t deepchecks-gh-app .

# 2. Start container
docker run -e APP_ID= -e PRIVATE_KEY= deepchecks-gh-app
```

## Contributing

If you have suggestions for how deepchecks-gh-app 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

[ISC](LICENSE) © 2023 Itay Gabbay