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 4d8166f commit 7a2bc50Copy full SHA for 7a2bc50
.github/workflows/spectral-lint.yml
@@ -17,6 +17,7 @@ on:
17
permissions:
18
issues: write
19
contents: write
20
+ checks: write
21
22
jobs:
23
spectral-lint:
@@ -46,11 +47,6 @@ jobs:
46
47
# Path to the OpenAPI spec files and openapi/.raw/v2.yaml
48
file_glob: openapi/.raw/v2.yaml
49
spectral_ruleset: tools/spectral/.spectral.yaml #If updated, need to update in MMS too.
- - name: IPA validation action
50
- uses: stoplightio/spectral-action@2ad0b9302e32a77c1caccf474a9b2191a8060d83
51
- with:
52
- file_glob: ${{ github.workspace }}//v2.yaml
53
- spectral_ruleset: tools/spectral/ipa/ipa-spectral.yaml
54
- name: IPA validation
55
run: |
56
npx spectral lint dev-oas.yaml --ruleset=${{ github.workspace }}/tools/spectral/ipa/ipa-spectral.yaml
0 commit comments