Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/berquerant/gh-generated-diff

Check whether uncommitted diffs are generated
https://github.com/berquerant/gh-generated-diff

actions javascript

Last synced: about 2 months ago
JSON representation

Check whether uncommitted diffs are generated

Awesome Lists containing this project

README

        

# gh-generated-diff

This action checks whether uncommitted diffs are generated.

## Inputs

### `command`

**Required** The code generation command.

### `verbose`

If true, prints detailed diffs. Default is `false`.

## Example

``` yaml
uses: berquerant/gh-generated-diff@v1
with:
command: go generate ./...
```