https://github.com/berquerant/gh-generated-diff
Check whether uncommitted diffs are generated
https://github.com/berquerant/gh-generated-diff
actions javascript
Last synced: 9 months ago
JSON representation
Check whether uncommitted diffs are generated
- Host: GitHub
- URL: https://github.com/berquerant/gh-generated-diff
- Owner: berquerant
- License: mit
- Created: 2023-05-07T11:56:04.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-30T12:55:09.000Z (over 2 years ago)
- Last Synced: 2025-03-31T11:31:27.208Z (about 1 year ago)
- Topics: actions, javascript
- Language: JavaScript
- Homepage:
- Size: 17.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ./...
```