Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mislav/gh-lint-workflow

A GitHub CLI extension to lint GitHub Actions workflow files [EXPERIMENTAL]
https://github.com/mislav/gh-lint-workflow

gh-extension

Last synced: 11 days ago
JSON representation

A GitHub CLI extension to lint GitHub Actions workflow files [EXPERIMENTAL]

Awesome Lists containing this project

README

        

# gh lint-workflow

An _experimental_ GitHub CLI extension to lint GitHub Actions YAML workflow files.
Built on top of [actions-yaml](https://github.com/ericsciple/actions-yaml).

Dependencies: `node`, `jq`

```sh
$ gh extension install mislav/gh-lint-workflow

$ gh lint-workflow .github/workflows/*.yml
```