Skip to content

Commit b76b0e6

Browse files
CLOUDP-306573: Fix PR IPA run
1 parent 1b75133 commit b76b0e6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/spectral-lint.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,5 @@ jobs:
4444
file_glob: openapi/.raw/v2.yaml
4545
spectral_ruleset: tools/spectral/.spectral.yaml #If updated, need to update in MMS too.
4646
- name: IPA validation action
47-
uses: stoplightio/spectral-action@2ad0b9302e32a77c1caccf474a9b2191a8060d83
48-
with:
49-
file_glob: v2.yaml
50-
spectral_ruleset: tools/spectral/ipa/ipa-spectral.yaml
47+
run: npx spectral lint v2.yaml --ruleset=./tools/spectral/ipa/ipa-spectral.yaml
5148

0 commit comments

Comments
 (0)