Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patoconnor43/gh-check-checks
https://github.com/patoconnor43/gh-check-checks
cli gh-extension github
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/patoconnor43/gh-check-checks
- Owner: PatOConnor43
- License: mit
- Created: 2024-05-08T23:19:40.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-05-08T23:20:26.000Z (6 months ago)
- Last Synced: 2024-05-09T00:28:21.203Z (6 months ago)
- Topics: cli, gh-extension, github
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `gh-check-checks`: Check the aggergate status of all checks in a GitHub repository
This extension gives you a simple overview of the checks that are running on your current commit.## Installation
```
gh extension install PatOConnor43/gh-check-checks
```## Usage
```
gh check-checks
```## Example Response
```json
{
"commit": "5c7f0811f8a1e7d384951cece6c5dae81ba97072",
"failedCount": 0,
"repository": "PatOConnor43/gh-check-checks",
"runningCount": 0,
"successCount": 0
}
```