Phase 0 | Consolidate v20111101.yaml into mx_platform_api.yml (#171) #250
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 |