Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cschleiden/gh-actionlint

Lint your GitHub actions workflows
https://github.com/cschleiden/gh-actionlint

gh-actions gh-extension

Last synced: about 3 hours ago
JSON representation

Lint your GitHub actions workflows

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
```