Add RFC 9421 support via rfc-http-sig capability and publicKeys array #354
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Validate OpenAPI Specification | |
| on: | |
| push: | |
| branches: | |
| - "*" | |
| pull_request: | |
| workflow_dispatch: | |
| jobs: | |
| validate_openapi: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v4 | |
| - name: Validate OpenAPI using Swagger CLI | |
| uses: mbowman100/[email protected] | |
| with: | |
| files: spec.yaml | |