luizbon/Optic CI
Validate open API specs with Optic
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| compare-from | The base ref to compare against. Defaults to HEAD~1. | no | — |
| match | A glob to match specs (e.g. "**/*.yml" or "**/specifications/*.json"). Also takes comma separated values (e.g. "**/*.yml,**/*.json") | no | — |
| ignore | An ignore glob to ignore certain matches (e.g. "**/*.yml" or "**/specifications/*.json"). Also takes comma separated values (e.g. "**/*.yml,**/*.json") | no | — |
| standard | Run comparison with a locally defined standard, if not set, looks for the standard on the [x-optic-standard] key in the spec and then the optic.yml file | no | — |
| github-token | GitHub token to access the repository: comments | no | ${{ github.token }} |
| post-pr-comment | Post a comment on the PR with the results | no | false |
| verbose | Verbose comments | no | false |
Outputs
no outputs