https://github.com/kakkoyun/action-jsonnetfmt
Run jsonnetfmt https://github.com/google/go-jsonnet/blob/master/cmd/jsonnetfmt/cmd.go
https://github.com/kakkoyun/action-jsonnetfmt
Last synced: about 1 month ago
JSON representation
Run jsonnetfmt https://github.com/google/go-jsonnet/blob/master/cmd/jsonnetfmt/cmd.go
- Host: GitHub
- URL: https://github.com/kakkoyun/action-jsonnetfmt
- Owner: kakkoyun
- License: mit
- Created: 2020-03-27T15:37:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-28T14:24:36.000Z (about 5 years ago)
- Last Synced: 2024-05-01T21:47:28.469Z (about 1 year ago)
- Language: Dockerfile
- Size: 3.91 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jsonnetfmt action
This action runs `jsonnetfmt` to check if jsonnet files are formatted in current workspace.
## Example usage
```yaml
uses: kakkoyun/action-jsonnetfmt
```