We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c901d9 commit ac24f96Copy full SHA for ac24f96
.github/workflows/main.yml
@@ -1,5 +1,7 @@
1
name: Validate OpenAPI definition
2
-on: [push]
+on:
3
+ pull_request:
4
+ types: [opened, reopened, synchronize]
5
6
jobs:
7
test_swagger_editor_validator_service:
@@ -22,4 +24,4 @@ jobs:
22
24
uses: char0n/swagger-editor-validate@v1
23
25
with:
26
swagger-editor-url: http://localhost/
- definition-file: openapi.yaml
27
+ definition-file: openapi.yaml
0 commit comments