Skip to content

Commit 7c81e64

Browse files
committed
fix bug
1 parent eac8743 commit 7c81e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-openapi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
run: |
2828
for file in $(find . -name '*.yaml' -o -name '*.yml' -o -name '*.json'); do
2929
echo "Validating $file"
30-
openapi lint $file
30+
openapi validate $file
3131
done

0 commit comments

Comments
 (0)