https://github.com/deepchecks/deepchecks-ci
https://github.com/deepchecks/deepchecks-ci
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/deepchecks/deepchecks-ci
- Owner: deepchecks
- License: isc
- Created: 2023-03-14T08:34:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T14:55:04.000Z (over 2 years ago)
- Last Synced: 2025-03-01T05:28:15.550Z (about 1 year ago)
- Language: JavaScript
- Size: 260 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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