Skip to content

Commit ad29e0c

Browse files
CLOUDP-274986: Uncomment lint for now
1 parent b304582 commit ad29e0c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/spectral-lint.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
sparse-checkout: |
2828
openapi/
2929
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.
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.

0 commit comments

Comments
 (0)