mik-laj commented on a change in pull request #9945:
URL: https://github.com/apache/airflow/pull/9945#discussion_r459207786
##########
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:
Should we add new linter at all? I think we can also add new rules to
current linters
https://www.github.com/wework/speccy/tree/master/rules
----------------------------------------------------------------
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]