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 1b75133 commit b76b0e6Copy full SHA for b76b0e6
.github/workflows/spectral-lint.yml
@@ -44,8 +44,5 @@ jobs:
44
file_glob: openapi/.raw/v2.yaml
45
spectral_ruleset: tools/spectral/.spectral.yaml #If updated, need to update in MMS too.
46
- 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
+ run: npx spectral lint v2.yaml --ruleset=./tools/spectral/ipa/ipa-spectral.yaml
51
0 commit comments