https://github.com/okomestudio/ghwh
GitHub webhook handler app.
https://github.com/okomestudio/ghwh
Last synced: 3 months ago
JSON representation
GitHub webhook handler app.
- Host: GitHub
- URL: https://github.com/okomestudio/ghwh
- Owner: okomestudio
- License: mit
- Created: 2019-02-14T00:34:46.000Z (over 6 years ago)
- Default Branch: development
- Last Pushed: 2022-01-06T22:30:50.000Z (over 3 years ago)
- Last Synced: 2025-02-15T05:19:21.484Z (3 months ago)
- Language: Python
- Size: 26.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://circleci.com/gh/okomestudio/ghwh)
# ghwh
GitHub webhook handler app.
## Running Tests
```bash
pip install -e .[dev] && pytest --cov=src/ --cov-report=term-missing tests/
```