We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7e8966 commit 8ca4bf1Copy full SHA for 8ca4bf1
.github/workflows/example.yml
@@ -23,4 +23,4 @@ jobs:
23
run: dotnet tool install --global Wiremock.OpenAPIValidator
24
- name: Run Validator
25
run: |
26
- wiremockopenapi -o "./openapi/openapi.yml" -w "./wiremock/mappings"
+ wiremockopenapi -o "./openapi/openapi.yaml" -w "./wiremock/mappings"
0 commit comments