swarm-io/Action Buf
Runs buf commmands to lint and generate protos
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| buf-user | Buf user | yes | — |
| buf-token | Buf token | yes | — |
| token | Git token to use | no | ${{ github.token }} |
| push-dir | Subdirectory to use with buf push | no | . |
| ref | Ref to checkout | no | ${{ github.head_ref }} |
| lint | Run `buf lint` | no | true |
| generate | Run `buf generate` | no | true |
| breaking | Run `buf breaking` | no | true |
| mod-prune | Run `buf mod prune` | no | true |
| mod-update | Run `buf mod update` | no | true |
| push | Run `buf push` | no | false |
Outputs
no outputs