Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cschleiden/gh-actionlint
Lint your GitHub actions workflows
https://github.com/cschleiden/gh-actionlint
gh-actions gh-extension
Last synced: 3 months ago
JSON representation
Lint your GitHub actions workflows
- Host: GitHub
- URL: https://github.com/cschleiden/gh-actionlint
- Owner: cschleiden
- Created: 2022-01-11T19:40:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-30T18:55:54.000Z (4 months ago)
- Last Synced: 2024-10-30T06:13:05.122Z (3 months ago)
- Topics: gh-actions, gh-extension
- Language: Go
- Homepage:
- Size: 32.2 KB
- Stars: 17
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simplest possible wrapper around the awesome https://github.com/rhysd/actionlint
## Usage
Install the [GitHub CLI](https://docs.github.com/en/github-cli/github-cli/quickstart)
### Install
```bash
$ gh extension install https://github.com/cschleiden/gh-actionlint
```### Usage
Just execute in your repository containing your workflow files:
```bash
$ gh actionlint
```### Uninstall
```bash
$ gh extension remove actionlint
```