We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have file .github/workflows/build.yaml , which is highlighted red with this error:
Property name is not allowed. yaml-schema: gRPC API Gateway & OpenAPI Config
The file has nothing to do with gRPC or OpenAPI and should not be checked as such.
Do not use schema for gRPC & OpenAPI with github woskflows file.
File is checked against wrong schema.
The text was updated successfully, but these errors were encountered:
I hit this same issue with an Ansible playbook
Sorry, something went wrong.
No branches or pull requests
Describe the bug
I have file .github/workflows/build.yaml , which is highlighted red with this error:
The file has nothing to do with gRPC or OpenAPI and should not be checked as such.
Expected Behavior
Do not use schema for gRPC & OpenAPI with github woskflows file.
Current Behavior
File is checked against wrong schema.
Steps to Reproduce
Environment
The text was updated successfully, but these errors were encountered: