We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eac8743 commit 7c81e64Copy full SHA for 7c81e64
.github/workflows/validate-openapi.yaml
@@ -27,5 +27,5 @@ jobs:
27
run: |
28
for file in $(find . -name '*.yaml' -o -name '*.yml' -o -name '*.json'); do
29
echo "Validating $file"
30
- openapi lint $file
+ openapi validate $file
31
done
0 commit comments