mik-laj commented on a change in pull request #9945:
URL: https://github.com/apache/airflow/pull/9945#discussion_r459209096
##########
File path: .github/workflows/ci.yml
##########
@@ -548,6 +548,13 @@ jobs:
with:
workflow_id: ${{ env.WORKFLOW_ID }}
access_token: ${{ github.token }}
+ - uses: actions/setup-python@v1
+ with:
+ python-version: '3.x'
+ - name: "Validate OpenAPI spec"
+ run: |
+ pip install PyYAML
Review comment:
https://meta.stoplight.io/docs/spectral/README.md?_ga=2.94361181.1790267361.1595478554-125598717.1595478554
> What is the difference between Spectral and Speccy
Speccy was a great inspiration for Spectral, but was designed to work only
with OpenAPI v3. Spectral can apply rules to any JSON/YAML object (including
OpenAPI v2/v3 and AsyncAPI).
> Speccy has been abandoned, but Spectral is steaming ahead, adding loads of
functionality like custom functions, exceptions, and AsyncAPI support.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]