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 17fe0e0 commit 967a318Copy full SHA for 967a318
.github/workflows/spectral-lint.yml
@@ -38,11 +38,7 @@ jobs:
38
run: curl -O "https://raw.githubusercontent.com/mongodb/openapi/refs/heads/dev/openapi/.raw/v2.yaml"
39
working-directory: ${{ github.workspace }}
40
- name: Spectral action
41
- uses: stoplightio/spectral-action@2ad0b9302e32a77c1caccf474a9b2191a8060d83
42
- with:
43
- # Path to the OpenAPI spec files and openapi/.raw/v2.yaml
44
- file_glob: openapi/.raw/v2.yaml
45
- spectral_ruleset: tools/spectral/.spectral.yaml #If updated, need to update in MMS too.
+ run: npx spectral lint v2.yaml --ruleset=./tools/spectral/.spectral.yaml
46
- name: IPA validation action
47
run: npx spectral lint v2.yaml --ruleset=./tools/spectral/ipa/ipa-spectral.yaml
48
0 commit comments