fix(openapi): add required items field to iso_country_code array schema #225
Workflow file for this run
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 | |
| on: [push] | |
| jobs: | |
| Test: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - name: Validate OpenAPI Schema | |
| uses: thiyagu06/openapi-validator-action@v1 | |
| with: | |
| filepath: 'openapi/mx_platform_api.yml' | |
| - name: Validate OpenAPI YAML | |
| uses: ibiqlik/action-yamllint@v3 | |
| with: | |
| file_or_dir: openapi/mx_platform_api.yml | |
| config_file: .yamllint.yml |