actions-marketplace-validations/Validate Swagger and OpenAPI using Swagger CLI
Access to the swagger-cli via a github action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 15, 2020
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/mbowman100_swagger-validator-action@9da850f22c24a4a9f0120e0d38518262b5a3afc6 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| files | List of Swagger/OpenAPI file(s) to validate. Seperate each file with a new line or a space. | yes | — |
| space_separated | Defaults to true. | no | — |
Outputs
| name | description |
|---|---|
| invalidFiles | List of invalid files. |
| validFiles | List of valid files. |