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 b304582 commit ad29e0cCopy full SHA for ad29e0c
.github/workflows/spectral-lint.yml
@@ -27,9 +27,9 @@ jobs:
27
sparse-checkout: |
28
openapi/
29
tools/spectral
30
- - name: Spectral action
31
- uses: stoplightio/spectral-action@2ad0b9302e32a77c1caccf474a9b2191a8060d83
32
- with:
33
- # Path to the OpenAPI spec files and openapi/v2.yaml
34
- file_glob: openapi/v2.yaml
35
- spectral_ruleset: tools/spectral/.spectral.yaml #If updated, need to update in MMS too.
+# - name: Spectral action
+# uses: stoplightio/spectral-action@2ad0b9302e32a77c1caccf474a9b2191a8060d83
+# with:
+# # Path to the OpenAPI spec files and openapi/v2.yaml
+# file_glob: openapi/v2.yaml
+# spectral_ruleset: tools/spectral/.spectral.yaml #If updated, need to update in MMS too.
0 commit comments