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 0e32ddb commit faf6f08Copy full SHA for faf6f08
.github/workflows/openapi-validate.yml
@@ -1,12 +1,15 @@
1
-name: Open API Validate
2
-"on":
+name: OpenAPI Validate Examples
+
3
+on:
4
pull_request:
5
branches: [master]
6
7
permissions:
8
contents: read
9
10
jobs:
11
ExamplesSchemasChecks:
- name: Examples Schemas Checks
12
+ name: Check ${{ matrix.endpoint.name }} Examples
13
runs-on: ubuntu-latest
14
strategy:
15
fail-fast: false
0 commit comments