Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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]
- Host: GitHub
- URL: https://github.com/mislav/gh-lint-workflow
- Owner: mislav
- Created: 2021-11-09T16:01:51.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-16T14:21:26.000Z (about 3 years ago)
- Last Synced: 2024-12-24T00:12:45.589Z (15 days ago)
- Topics: gh-extension
- Language: Shell
- Homepage:
- Size: 147 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```