Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/elgohr/github-action-analyzer

Analyzer for the usage of Github Actions
https://github.com/elgohr/github-action-analyzer

actions analyzer github statistics usage

Last synced: 7 days ago
JSON representation

Analyzer for the usage of Github Actions

Awesome Lists containing this project

README

        

# Github-Action-Analyzer
Analyzes the usage of Github Actions

## Install
`go get github.com/elgohr/github-action-analyzer`
Make sure to have `GOBIN` in the `PATH`.

## Usage
At the moment there is just a summary
```
$ github-action-analyzer -name=my-repository -access-token=my-token summary
{
"TotalRepositories": 1020,
"TotalSteps": 1270,
"With": {
"myWithFirstOption": 20
"myWithSecondOption": 1
}
```