https://github.com/cschleiden/gh-actionlint
Lint your GitHub actions workflows
https://github.com/cschleiden/gh-actionlint
gh-actions gh-extension
Last synced: 5 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-20T09:00:38.000Z (9 months ago)
- Last Synced: 2025-03-30T20:51:13.536Z (6 months ago)
- Topics: gh-actions, gh-extension
- Language: Go
- Homepage:
- Size: 30.3 KB
- Stars: 18
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
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
```